From caded1a25cda46942f06792469e651591a446da7 Mon Sep 17 00:00:00 2001 From: "manuel.carrera" Date: Tue, 17 Dec 2024 14:26:24 -0700 Subject: [PATCH] fix: Add pointer events none to Select caret --- modules/react/select/lib/SelectInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/react/select/lib/SelectInput.tsx b/modules/react/select/lib/SelectInput.tsx index e76bd43c91..4124b6c5e4 100644 --- a/modules/react/select/lib/SelectInput.tsx +++ b/modules/react/select/lib/SelectInput.tsx @@ -80,7 +80,7 @@ export const SelectInput = createSubcomponent(TextInput)({ {...elemProps} {...mergeStyles(elemProps, selectInputStencil())} /> - +