Faryshta / yii2-disable-submit-buttons

Asset to disable buttons when submiting a form in yii2
Other
15 stars 10 forks source link

remove disable button when a validation fails #5

Closed omar-mostro closed 6 years ago

omar-mostro commented 6 years ago

Hello.

I have some fields that are required, so when that field is empty and the user submit the form a yii validation show a message with a field cant be empty, but with this plugin the submit button stills disable and i can´t send again the form

Faryshta commented 6 years ago

The plugin is supposed to re enable the submit button if validation fails. How are you declaring your submit button and your form?

Faryshta commented 6 years ago

fixed in #6