jazzband / django-polymorphic

Improved Django model inheritance with automatic downcasting

Home Page:https://django-polymorphic.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Design/UI] Show Child model options in a modal when using StackedPolymorphicInline

VaZark opened this issue · comments

When the Django admin is themed, the dropdown list is not easily accessible when using the PolymorphicInline. Is it possible to load the choice list via a modal form instead of a dropdown list ? It will ensure that the choices are always visible and respect any 3rd party theming.

image