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
Added support for dynamic default messages using functions. (#198)
* Added support for dynamic default messages using functions.
* Replaced validator directive updates lost during conflict resolution.
* Updated ternary based on jshint warning and rebuilt dist
* Added tests for dynamic default messages
* Added dynamic default message documentation
You can also add a custom validation message by using `message-id` attribute. It allows you to place a valid/invalid message wherever you want, a target element must specify an `id` attribute that matches with a value of the `message-id`.
0 commit comments