You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! I'm using this validation plugin but I have a problem. I have an input text (type=text and validator=number) but is not required for me. So if I try to submit the form no errors are showed but also no action is triggered.
Any idea?
If I remove validator=number all works fine.