Djelm multi-select widget for Django

Hi folks,

Just thought I would share that I recently added widget support to djelm for the Django ManyToManyField relationships in forms.

Under the hood it uses the Confidenceman02/elm-select multi variant.

In a large Django code base I have been working on I was able to completely replace all instances of the Select2 jquery library they were using for multi-select purposes and boy that felt good!

Here it is in action:

multi-elmselect

For folks that might be interested I also recorded a quick vid where I extend a Django model and form with the widget.

Many thanks folks!

6 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.