bootstrap-combobox
bootstrap-combobox copied to clipboard
If select has HTML5 Required attribute, form is not submitting.
If select has HTML5 Required attribute, form is not submitting.
Would need to see a test case/example for this, if I'm going to spend time trying to troubleshoot.
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.