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

Allow autocomplete when using multiselect #124

Closed maciejpolanczyk closed 10 months ago

maciejpolanczyk commented 1 year ago

Can you enable autocomplete feature for arrays with mutliselect? Currently you can have one or the other, would be great to have both together

bhch commented 1 year ago

Alright. Maybe in next couple of releases.

bhch commented 10 months ago

This feature is released in v2.20.0. Please upgrade and test it out.

Thank you.