unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.94k stars 188 forks source link

Field widget for `ArrayFieldChoices` #773

Closed PavelPancocha closed 2 months ago

PavelPancocha commented 2 months ago

I want a nice way to input data for "ArrayField", mainly when "choices" are available. Of course, it could be great to have a widget also "without choices" (eg. tags)

Do you have any examples?

obrazek

Is it a third party application feature request?

Could be - Select2 used in example

Describe your feature request

Main question is if there is/is planned/is definitely not planned something like this for Unfold

lukasvinclav commented 2 months ago

Widget django.contrib.postgres.fields.ArrayField is already implemented in Unfold.

PavelPancocha commented 2 months ago

@lukasvinclav How did I miss that? Thank you!