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
I've got one required field in my remote form. It's a select field. If I don't select something and try to submit, it still does an ajax post. Clearly visible in Inspector > Networks.
From what I've read, the ajax:aborted:required event should be fired and the form should not submit. Am I wrong?
I've tried binding to that event and it doesn't seem to get fired.
Here's a basic cross-section of my form with all the useful details:
I've got one required field in my remote form. It's a select field. If I don't select something and try to submit, it still does an ajax post. Clearly visible in Inspector > Networks.
From what I've read, the
ajax:aborted:required
event should be fired and the form should not submit. Am I wrong?I've tried binding to that event and it doesn't seem to get fired.
Here's a basic cross-section of my form with all the useful details:
Thanks for any help.
The text was updated successfully, but these errors were encountered: