Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignoring the HTML5 'required' attribute #515

Closed
mayeenulislam opened this issue Apr 6, 2015 · 2 comments
Closed

Ignoring the HTML5 'required' attribute #515

mayeenulislam opened this issue Apr 6, 2015 · 2 comments

Comments

@mayeenulislam
Copy link

First of all, I appreciate the plugin, it's wonderful! 馃憤

I have a <select> field where I mentioned HTML5 required attribute: <select required multiple="multiple">...</select>. But when the plugin is activated it's not there. Because none of the <input> fields is holding the sign required.

Suggestion

I can share my idea, you can implement another hidden input field with the required attribute in place, and can validate the form. But I know, you know better than me. :)

@davidstutz
Copy link
Owner

This would definitely be handy. Will think about it.

@davidstutz
Copy link
Owner

This is working now.

davidstutz added a commit that referenced this issue Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants