Releases: alexhisen/mobx-schema-form
Releases · alexhisen/mobx-schema-form
v1.14.2
v1.14.1
- fix: readOnlyCondition must override the prior getter otherwise it gets bound to the first model it's created under with this schema.
v1.14.0
- feat: readOnlyCondition for conditional readOnly property. Also support mobx-form-store 2.0.
v1.13.5
- fix: Autocomplete component incorrectly checks for typeof value which returns object for null, so give it [] instead
v1.13.4
- fix: work-around for util.validate not handling null for array types correctly
v1.13.3
- fix: Use null when Autocomplete value gets changed to an empty array, otherwise it always looks changed
v1.13.2
- fix: Correct Proptypes syntax
v1.13.1
- fix: Correctly support mobx observable arrays
v1.13.0
- feat: Autocomplete Field Widget (aka multiselect)
v1.12.0
feat: Add data-checked attribute to DL tag in FieldWrapper for checkboxes and switches.