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
is such that the fields entered by the user are validated after all are input. In the case that one of the inputs fails validation, an error message is displayed and the user is then forced to re-enter the task again.
Instead, the fields should be validated as they are input...preventing a scenario where the user has to repeatedly enter data to add a task.
The text was updated successfully, but these errors were encountered:
tecfu
changed the title
TWAdd should validate fields as entered
TWAdd should validate fields as they are entered
Mar 23, 2017
The current behavior of
is such that the fields entered by the user are validated after all are input. In the case that one of the inputs fails validation, an error message is displayed and the user is then forced to re-enter the task again.
Instead, the fields should be validated as they are input...preventing a scenario where the user has to repeatedly enter data to add a task.
The text was updated successfully, but these errors were encountered: