mgildea / Multi-Step-Form-Js

Multi Step Form with jQuery validation
MIT License
49 stars 25 forks source link

Remove only ":hidden" selector from validator ignore settings #14

Closed lvmajor closed 6 years ago

lvmajor commented 6 years ago

This change is made to avoid removing custom selectors defined by developers for the validator.settings.ignore setting of jquery validate plugin.

Changes other than "beautifier" related are mainly found in form.validateViews function