bhch / django-jsonform

A better, user-friendly JSON editing form field for Django admin. Also supports Postgres ArrayField.
https://django-jsonform.rtfd.io
BSD 3-Clause "New" or "Revised" License
334 stars 34 forks source link

Support for related objects in Dropdown #122

Closed wlisesrivas closed 10 months ago

wlisesrivas commented 1 year ago

Hi all,

Not sure if there is support for a list/dropdown from existing objects (like django admin do for related objects) image

bhch commented 1 year ago

See the docs on Dynamic choices.

bhch commented 10 months ago

I believe I've answered your question. So I'm going to close it due to lack of activity.