You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - great work guys.
loving it so far; easy, uncomplicated.
My philosophy is to keep as much leniency as possible in validate and try to "fix" user input in format.
The issue is that the result of format is hidden until the very end. The entered value doesn't update so the
user cant know what the values will look like until the prompt chain ends.
For example, this:
asks your name. Whatever you enter ,it changes it via format to "bar".
when you proceed to the next question asking about your age, I assume format has already run for the previous?
I've completed the 1st prompt, and I'm now filling the 2nd, the age. Yet it stil displays foo - it shouldn't since format always changes that value to bar. It should say 'bar' shouldn't it?
Can I manually "rerender" perhaps?
The text was updated successfully, but these errors were encountered:
Hello - great work guys.
loving it so far; easy, uncomplicated.
My philosophy is to keep as much leniency as possible in
validate
and try to "fix" user input informat
.The issue is that the result of
format
is hidden until the very end. The entered value doesn't update so theuser cant know what the values will look like until the
prompt
chain ends.For example, this:
name
. Whatever you enter ,it changes it viaformat
to"bar"
.age
, I assumeformat
has already run for the previous?thoughts? is it possible?
I've completed the 1st prompt, and I'm now filling the 2nd, the
age
. Yet it stil displaysfoo
- it shouldn't sinceformat
always changes that value tobar
. It should say 'bar' shouldn't it?Can I manually "rerender" perhaps?
The text was updated successfully, but these errors were encountered: