bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

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

Open dimsis opened this issue 7 years ago • 2 comments

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

dimsis avatar Feb 26 '18 11:02 dimsis

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

tiesont avatar Feb 28 '18 04:02 tiesont

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.

stvlada avatar Nov 24 '19 17:11 stvlada