You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for the opensource, this is my first time using django-select2.
I don't know why my dropdown won't show anything. This is the frontend. I want those 4 fields chained. But they dont even show any data. '
Seems like I have similar problem like this issue. I've tried the solution but it doesn't work for me. If I remove the widgets=ModelSelect2Widget, my dropdown is populated with data from the DB, so I guess the problem lies with the ModelSelect2Widget. I use django-select2==7.4.2 and django==3.0.7
Hello, thank you for the opensource, this is my first time using django-select2.
I don't know why my dropdown won't show anything. This is the frontend. I want those 4 fields chained. But they dont even show any data.
'
Seems like I have similar problem like this issue. I've tried the solution but it doesn't work for me. If I remove the widgets=ModelSelect2Widget, my dropdown is populated with data from the DB, so I guess the problem lies with the ModelSelect2Widget. I use django-select2==7.4.2 and django==3.0.7
This is my forms.py
This is my models.py
Do I need to do something with my views.py (beside create and save forms and render to the html) or even create my own .js ?
Thanks before.
The text was updated successfully, but these errors were encountered: