Hi folks,
One of the ways I use djelm is to enhance form fields, in particular the ModelChoiceField
form field.
I do it so often that I decided to make it a djelm widget that let’s you seamlessly render a fully dynamic, feature rich, highly customizable and accessible element.
You can find the docs here.
Because widgets are just Elm programs that live in your Django project, you can jump in to the code and customize them as you want. Djelm manages everything else.
This is a visual example of how you can customize the select options to create some pretty powerful user experiences.
Im really excited to build out other djelm widgets and give Django some Elm flavored super powers!
Thanks for reading!