django-jsonform 2.20.0 release notes¶
Nov 10, 2023¶
This release brings some new features and improvements.
New Features¶
Constant values
Support for the
constkeyword. (See docs).Multiselect + Autocomplete
Support multiselect autocomplete input using
"widget": "multiselect-autocomplete".Collapsible sections
You will now see
[-]and[+]icons in section titles which can be used for collapsing and expanding array or object sections.
Improvements¶
#121: The form is more tolerant now when it receives
nulldata for array or object types. The form will implicitly replacenullwith the appropriate blank data instead of throwing an error.
react-json-form (JavaScript)¶
react-json-form has been updated to version 2.12.0.