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
If you ran the app below, inserted 'a' in all six email, link and quantity fields and saved, the red error label 'Required' would appear exclusively below the required() fields. Then, if you correctly filled in just the three required() fields, the save action would complete by saving 'null' in the DB for the three optional fields. It would be nice to abort the save action and show an error label below 'invalid' optional fields too.
We could also show 'Invalid data' instead of 'Required' to distinguish between 'empty required() field' and 'any field with validation error'.
If you ran the app below, inserted 'a' in all six email, link and quantity fields and saved, the red error label 'Required' would appear exclusively below the required() fields. Then, if you correctly filled in just the three required() fields, the save action would complete by saving 'null' in the DB for the three optional fields. It would be nice to abort the save action and show an error label below 'invalid' optional fields too.
We could also show 'Invalid data' instead of 'Required' to distinguish between 'empty required() field' and 'any field with validation error'.
The text was updated successfully, but these errors were encountered: