jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
318 stars 30 forks source link

selectize widget not working in modal #78

Closed sasikumar1978k closed 1 year ago

sasikumar1978k commented 1 year ago

![Uploading Screenshot from 2023-06-29 15-23-10.png…]() widget not working in modal

sasikumar1978k commented 1 year ago

widget=Selectize widget not working in modal

Screenshot from 2023-06-29 15-23-10

sasikumar1978k commented 1 year ago
degree_type = forms.ChoiceField(
    choices=Degree_type,
    widget=Selectize(
        search_lookup='degree_type__icontains',
        placeholder="Select a Degree Type",
    ),

    required=True,
)
jrief commented 1 year ago

Please read the contribution guidelines on how to report bugs.