I am using autocomplete_light.MultipleChoiceWidget
from django-autocomplete-light==1.4.13
to fill in a ManyToManyField.
It only allows selecting items from existing choices.
Is there a way to allow users to create new items on the fly with django-autocomplete-light?
If not, is there any solid alternative to it with good Django integration, which supports this feature?