-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
The validate plugin currently still uses an old syntax style and is undocumented. It also does not support HTML5 validation. I propose that we revisit the purpose of this plugin.
Where possible I think we should use HTML5 validation approach such as the required attribute. We can use polyfills such as h5validate to do that.
For conditional requires we need an extended syntax that is more natural than what we currently have. It might make sense if this supports the same syntax as the depends pattern.