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
Fields that are defined as a ForeignKey get a dropdown in django admin and TomSelect is taking over currently. The dropdown box is getting cut off due to a couple of overflow hiddens.
I got around this by just using autocomplete_fields to leverage select2 which ships with django by default. IMO we should turn tom select off for django admin entirely.
The text was updated successfully, but these errors were encountered:
Fields that are defined as a ForeignKey get a dropdown in django admin and TomSelect is taking over currently. The dropdown box is getting cut off due to a couple of overflow hiddens.
I got around this by just using autocomplete_fields to leverage select2 which ships with django by default. IMO we should turn tom select off for django admin entirely.
The text was updated successfully, but these errors were encountered: