You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If select has HTML5 Required attribute, form is not submitting.
...
The text was updated successfully, but these errors were encountered: