@formio/js 5.0.0-dev.5846.796fec1 → 5.0.0-dev.5846.7f5a910
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +6 -0
- package/dist/formio.form.js +2 -2
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +2 -2
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/components/_classes/component/Component.js +1 -1
- package/lib/cjs/components/select/Select.js +12 -4
- package/lib/mjs/components/_classes/component/Component.js +1 -1
- package/lib/mjs/components/select/Select.js +12 -4
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -104,6 +104,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
104
104
|
- FIO-8866-8864: fixed simple conditions operators for recaptcha
|
|
105
105
|
- FIO-9158: fixed an issue where Password component error message persists to displayed in Edit page
|
|
106
106
|
- FIO-9126: fixed display of value for Day component with hidden fields
|
|
107
|
+
- FIO-9158: fixed password component error in Edit page
|
|
108
|
+
- FIO-9127 fixed saving empty values for Day component with hidden fields
|
|
109
|
+
- FIO-9153-9154: fixed console errors when navigating tagpad validation errors
|
|
110
|
+
- FIO-9127 fixed saving an empty value for day component after deleting values
|
|
111
|
+
- FIO-9120: Fix issue with unchecking radio default value
|
|
112
|
+
- FIO-7195/FIO-8234: Fixes an issue where Select renders value properties instead of labels in DataTable
|
|
107
113
|
|
|
108
114
|
### New Features
|
|
109
115
|
|