-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Validator currently validates buttons as inputs #93
Comments
It looks like it's trying to validate the button as an input and clearing the error. Thanks for the report. |
Thank you for this cool piece of software. Looking forward for the patch! |
Do you have any clue about how can I workaround this issue while the patch is being developed? Thank you very much for your help and feedback! |
I think you could change the I might be able to get a patch in sometime this week. |
Changing the tag to "a" worked perfectly. However, with such a fast response to getting the patch ready, I will prefer to wait for it. |
Installed v0.8.1 and everything worked without html changes. Great job! |
When using a form-group with 2 div (col-sm) in it, the help-block is not displaying (however validation is being carried, because the submit button still appears disabled). Here is a piece of code that reproduces the issue:
The commented out input displays correctly the message while the e-mail one doesn't.
The text was updated successfully, but these errors were encountered: