Open Confidenceman02 opened 7 months ago
When ModelChoiceField's fields are required a form should not submit and also render a native required prompt under the input.
ModelChoiceField
required
This is actually an elm-select issue raising issue there.
https://github.com/Confidenceman02/elm-select/issues/176
When
ModelChoiceField
's fields arerequired
a form should not submit and also render a native required prompt under the input.This is actually an elm-select issue raising issue there.