@konoma-development/react-components 0.3.7 → 0.3.8

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.
@@ -14459,7 +14459,7 @@ function Select({
14459
14459
  indicatorsContainer: () => disabled ? "hidden" : ""
14460
14460
  },
14461
14461
  isClearable,
14462
- placeholder,
14462
+ placeholder: placeholder || " ",
14463
14463
  isMulti,
14464
14464
  options: optionsInternal,
14465
14465
  closeMenuOnSelect: !isMulti,