diff --git a/components/text-input/select.jsx b/components/text-input/select.jsx index 00c884594..92117ac6b 100644 --- a/components/text-input/select.jsx +++ b/components/text-input/select.jsx @@ -290,7 +290,7 @@ export function useCommonSelectProps(props, ref) { inputValue, defaultInputValue, onInputChange, - isClearable = true, + isClearable, isMulti, ...otherProps } = props;