@formio/js 5.0.0-dev.5804.10012e4 → 5.0.0-dev.5809.36e6e3c
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 +1 -0
- package/dist/formio.form.js +3 -3
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +3 -3
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/Wizard.js +1 -1
- package/lib/cjs/components/_classes/component/Component.d.ts +1 -1
- package/lib/cjs/components/_classes/component/Component.js +2 -2
- package/lib/cjs/components/select/Select.js +1 -5
- package/lib/cjs/components/select/fixtures/comp4.d.ts +5 -2
- package/lib/cjs/components/select/fixtures/comp4.js +4 -0
- package/lib/mjs/Wizard.js +1 -1
- package/lib/mjs/components/_classes/component/Component.d.ts +1 -1
- package/lib/mjs/components/_classes/component/Component.js +2 -2
- package/lib/mjs/components/select/Select.js +1 -5
- package/lib/mjs/components/select/fixtures/comp4.d.ts +5 -2
- package/lib/mjs/components/select/fixtures/comp4.js +4 -0
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -71,6 +71,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
71
71
|
- FIO-8972: fixed display of select componet with custom dataSrc on Data Tab
|
|
72
72
|
- FIO-8954: fixed previously selected option is displayed in metadata with data source = url
|
|
73
73
|
- FIO-8986: fixed setting up of default value with hidden fields
|
|
74
|
+
- FIO-8938: fixed label display for multiple select with dataSrc resource
|
|
74
75
|
|
|
75
76
|
### New Features
|
|
76
77
|
|