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

Subfields in ArrayField should get the relevant input type #159

Open bhch opened 7 months ago

bhch commented 7 months ago

For example, if subfields in the ArrayField are IntegerFields, then the input types should be number. And so on.