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

suggestState does not work in conjunction with toggleDisabled #680

Open davidhyland opened 6 years ago

davidhyland commented 6 years ago

When using the location and toggleDisabled modules the state validation works but the suggestState function does not work. Only by removing toggleDisabled does suggestState work again.