From d67dd4e43be848a004652f91a2e8f0b9b70f3bec Mon Sep 17 00:00:00 2001 From: tak-amboss Date: Tue, 4 Feb 2025 13:15:54 +0100 Subject: [PATCH] disable ClearIndicator --- packages/ui/src/fields/Text/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/fields/Text/Input.tsx b/packages/ui/src/fields/Text/Input.tsx index bc03c85bf8..9481547ff8 100644 --- a/packages/ui/src/fields/Text/Input.tsx +++ b/packages/ui/src/fields/Text/Input.tsx @@ -78,7 +78,7 @@ export const TextInput: React.FC = (props) => { filterOption={() => !maxRows ? true : !(Array.isArray(value) && maxRows && value.length >= maxRows) } - isClearable + isClearable={false} isCreatable isMulti isSortable