odaptos_design_system 1.4.163 → 1.4.164
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 +0 -2
- 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 +0 -2
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/MultiSelect/MultiSelect.tsx +0 -1
- package/src/SingleSelect/SingleSelect.tsx +0 -1
|
@@ -10136,7 +10136,6 @@ const MultiSelect = ({
|
|
|
10136
10136
|
value: 0,
|
|
10137
10137
|
year: 100
|
|
10138
10138
|
}],
|
|
10139
|
-
placeholder: label,
|
|
10140
10139
|
multiple: true,
|
|
10141
10140
|
autoComplete: options.length > 10,
|
|
10142
10141
|
size: "small",
|
|
@@ -11466,7 +11465,6 @@ const SingleSelect = ({
|
|
|
11466
11465
|
onChange(e);
|
|
11467
11466
|
},
|
|
11468
11467
|
options: options,
|
|
11469
|
-
placeholder: label,
|
|
11470
11468
|
multiple: false,
|
|
11471
11469
|
autoComplete: options.length > 10,
|
|
11472
11470
|
size: "small",
|