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
We should offer a mechanism to turn off native validation as it might be undesired in some situations:
Devs may prefer to use JS-schemas for validation.
Devs may prefer to keep required as a suggestive UI hint rather than an assertive functionality.
Schemas may conflict with native validation in cases like email/tel/url and so on.
I think providing a global config level under validation namespace can be suitable along with a form-level, group-level, field-level gates to turn this behavior on/off.
I think this is something to opt-out from rather than to opt-in to.
The text was updated successfully, but these errors were encountered:
What
We should offer a mechanism to turn off native validation as it might be undesired in some situations:
I think providing a global config level under
validation
namespace can be suitable along with a form-level, group-level, field-level gates to turn this behavior on/off.I think this is something to opt-out from rather than to opt-in to.
The text was updated successfully, but these errors were encountered: