odaptos_design_system 2.0.202 → 2.0.203
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/odaptos_design_system.cjs.development.js +1 -5
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +1 -5
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Organisms/MultiSelect/MultiSelect.tsx +1 -3
|
@@ -19312,11 +19312,7 @@ const MultiSelect = ({
|
|
|
19312
19312
|
setValue(newValue);
|
|
19313
19313
|
onChange(newValue);
|
|
19314
19314
|
},
|
|
19315
|
-
options: options
|
|
19316
|
-
label: 'Loading...',
|
|
19317
|
-
value: 0,
|
|
19318
|
-
year: 100
|
|
19319
|
-
}],
|
|
19315
|
+
options: options,
|
|
19320
19316
|
multiple: true,
|
|
19321
19317
|
autoComplete: options.length > 10,
|
|
19322
19318
|
size: "small",
|