📄️ Rule object
Describes how to validate the field. This object is supposed to be passed in addField method. All possible rules listed here.
📄️ Files validation
It's possible to validate min/max count of uploaded files and check for type, extension, min/max size and name of uploaded files.
📄️ Date validation
Date validation is performed by a separate plugin JustValidatePluginDate (github) to avoid extending the library size.
📄️ Localization
You could define your own translations for different languages.
📄️ Plugins
If you need more custom functionality you could easily write your own plugin.