django-jsonform 2.1.0 release notes¶
Sep 09, 2021¶
This version is fully backwards compatible.
What’s new¶
Callable schema¶
schema can now be a callable. This allows for specifying choices dynamically,
among other things.
Minor changes¶
Improvements to the widget’s CSS:
Fixed: the remove button overlapped the input field on mobile.
Fixed:
selectinput wasn’t the same width as other inputs.