django-autocomplete-light
django-autocomplete-light copied to clipboard
Enable duplicate selection
I'm using DAL in my Django form to generate select multiple field. The problem is I can't able to select one item multiple time. Whenever I try to select one item multiple times it got vanished from the selection.
I don't think that is supported by select2
Is there any alternative to Select2, that supports duplicate selection?
Not that I know of, have you considered using a formset? Users could make a choice and type in a quantity or amount for each choice.