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 select input with chosen script #617

Open Alexand3r3 opened 7 years ago

Alexand3r3 commented 7 years ago

When we have a select with chosen script that hide the select input, the validation feedback don't appear. Is there a way to fix or solve it?

I have also set the option: validateHiddenInputs: true that's works, in fact the assign of css class "has-success" works fine but don't appear the green icon beacuse the select is hidden.

victorjonsson commented 7 years ago

Could you provide me with a code example?

Alexand3r3 commented 7 years ago

At the moment no because I'm working on local.