DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
18 stars 10 forks source link

dnn-select does not validate unless interacted with before submit #1222

Closed valadas closed 4 days ago

valadas commented 5 days ago

When dnn-select is used in a form with a required attribute it is supposed to not allow posting the form (using dnn-button with formButtonType="submit"). This only works currently if the dropdown was interacted with.

It should prevent the form from being valid if it has it has no value and was not interacted with.