victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

validate only if specific character length reached #681

Open eaponiente opened 6 years ago

eaponiente commented 6 years ago

is there a specific option for this kind? Only trigger the server validation attribute if ex. I type string with length of greater or equal to "3".

Thanks

victorjonsson commented 6 years ago

Not supported at the moment I'm afraid.