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

If select has HTML5 Required attribute, form is not submitting. #256

Open
dimsis opened this issue Feb 26, 2018 · 2 comments
Open

If select has HTML5 Required attribute, form is not submitting. #256

dimsis opened this issue Feb 26, 2018 · 2 comments

Comments

@dimsis
Copy link

dimsis commented Feb 26, 2018

If select has HTML5 Required attribute, form is not submitting.
...

@tiesont
Copy link
Collaborator

tiesont commented Feb 28, 2018

Would need to see a test case/example for this, if I'm going to spend time trying to troubleshoot.

@stvlada
Copy link

stvlada commented Nov 24, 2019

I think I have the same issue here. If we add "required" under the select option, this should trigger this select to be selected. If empty, it will give an tool-tip that this needs to be populated.

So, once we have select form, it is OK to select either by mouse or by typing specific term that exists in the select options.
The problem appears the moment when we have "allofreeform" attribute, so if we chose select option and add a letter at the end, form will not be submitted.

Form below, if we select location 1 and add _1 to transform option to location 1_1
form can't be submitted because _1 is not predefined in options before.

select location location 1 location 2 location 3

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

No branches or pull requests

3 participants