django-polymorphic icon indicating copy to clipboard operation
django-polymorphic copied to clipboard

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

Open VaZark opened this issue 4 years ago • 0 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

VaZark avatar Oct 18 '21 13:10 VaZark