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
When we have a form with multiple fields to validate we just need focus/blur only one of them to all validations appear on the screen. I think this behavior is confusing to the users.
Click on the field "First Name", then click out of the form (Only the "First Name" field is validated). Repeat the exactly same process. (Now, all the fields are validated).
This is designed to be this way? Or it's a bug?
The text was updated successfully, but these errors were encountered:
When we have a form with multiple fields to validate we just need focus/blur only one of them to all validations appear on the screen. I think this behavior is confusing to the users.
Go to the "http://semantic-ui.com/behaviors/form.html#/examples" and scroll down till the "Validating on Blur and other Events" section (a good example of what I'm talking about).
Click on the field "First Name", then click out of the form (Only the "First Name" field is validated). Repeat the exactly same process. (Now, all the fields are validated).
This is designed to be this way? Or it's a bug?
The text was updated successfully, but these errors were encountered: