Confidenceman02 / django-elm

A framework for using Elm programs in Django
MIT License
29 stars 1 forks source link

ModelChoiceField widget doesn't respect required attribute #76

Open Confidenceman02 opened 7 months ago

Confidenceman02 commented 7 months ago

When ModelChoiceField's fields are required 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.

Confidenceman02 commented 7 months ago

https://github.com/Confidenceman02/elm-select/issues/176