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.
When
dnn-select
is used in a form with arequired
attribute it is supposed to not allow posting the form (usingdnn-button
withformButtonType="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.