@rjsf/antd 5.5.2 → 5.6.2
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/dist/antd.cjs.development.js +1 -1
- package/dist/antd.cjs.development.js.map +1 -1
- package/dist/antd.cjs.production.min.js +1 -1
- package/dist/antd.cjs.production.min.js.map +1 -1
- package/dist/antd.esm.js +1 -1
- package/dist/antd.esm.js.map +1 -1
- package/dist/antd.umd.development.js +1 -1
- package/dist/antd.umd.development.js.map +1 -1
- package/dist/antd.umd.production.min.js +1 -1
- package/dist/antd.umd.production.min.js.map +1 -1
- package/package.json +18 -17
|
@@ -1560,7 +1560,7 @@ function SelectWidget(_ref) {
|
|
|
1560
1560
|
disabled: disabled || readonlyAsDisabled && readonly,
|
|
1561
1561
|
getPopupContainer: getPopupContainer,
|
|
1562
1562
|
id: id,
|
|
1563
|
-
mode:
|
|
1563
|
+
mode: multiple ? 'multiple' : undefined,
|
|
1564
1564
|
onBlur: !readonly ? handleBlur : undefined,
|
|
1565
1565
|
onChange: !readonly ? handleChange : undefined,
|
|
1566
1566
|
onFocus: !readonly ? handleFocus : undefined,
|