Skip to content

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.

1 participant