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.
@@ -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",