v2.20.0
django-jsonform 2.20.0 release notes
Nov 10, 2023
This release brings some new features and improvements.
New features
-
Constant values
Support for theconst
keyword. (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
null
data for array or object types. Now, the form will implicitly replacenull
with the appropriate blank data instead of throwing an error.
react-json-form (JavaScript)
react-json-form has been updated to version 2.12.0.