Multi-select widget with Elm

Hi folks,

I made a post few months ago using the djelm ModelChoiceField widget to render a custom select input in a form.

I knew a request for the multi select version would eventually arrive and it did, so I added support for the Django ModelMultipleChoiceField form utility.

It’s fully customizable, rock solid and 100% Elm:

multi-elmselect

Previous single select post I made came with a video, so here is another one where I extend a django model and form to use the widget.

More widgets on the way!