disable ClearIndicator

This commit is contained in:
tak-amboss
2025-02-04 13:15:54 +01:00
parent 1a68fa14bb
commit d67dd4e43b

View File

@@ -78,7 +78,7 @@ export const TextInput: React.FC<TextInputProps> = (props) => {
filterOption={() =>
!maxRows ? true : !(Array.isArray(value) && maxRows && value.length >= maxRows)
}
isClearable
isClearable={false}
isCreatable
isMulti
isSortable