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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed error with hidden required input fields #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tweichart
Copy link

using the combobox with the required attribute led to an error in the clients console with google chrome, because of the fact that hidden input fields may not be required in a form.
This could be fixed by adding the "novalidate" attribute to the form, though this should not be the way to go. With this commit the combobox is still required, though the hidden select tag won't be. The form still requires the input needed + validation is still up.
(hint: http://stackoverflow.com/a/23215333/5065201)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant