bluzky/nice-select2

HTML5 validation broken

inc-ali opened this issue · 1 comments

Unfortunately HTML5 validation is not working, if the initial select element has a required attribute, because it's hidden. The browser will fail with an error An invalid form control with name='fieldname' is not focusable.

Instead of hiding the element, we could apply a similar fix as described in Choices-js/Choices#449.

fixed as of now