Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown menus in django admin using tom select get hidden #295

Open
brianedelman opened this issue Dec 7, 2022 · 0 comments
Open

Dropdown menus in django admin using tom select get hidden #295

brianedelman opened this issue Dec 7, 2022 · 0 comments

Comments

@brianedelman
Copy link
Contributor

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.
Screen Shot 2022-12-07 at 3 18 50 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant