Skip to content

Commit caded1a

Browse files
author
manuel.carrera
committed
fix: Add pointer events none to Select caret
1 parent e113df5 commit caded1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/react/select/lib/SelectInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const SelectInput = createSubcomponent(TextInput)({
8080
{...elemProps}
8181
{...mergeStyles(elemProps, selectInputStencil())}
8282
/>
83-
<InputGroup.InnerEnd data-part="select-caret-container">
83+
<InputGroup.InnerEnd data-part="select-caret-container" {...selectIconsStencil()}>
8484
<SystemIcon data-part="select-caret-icon" icon={caretDownSmallIcon} />
8585
</InputGroup.InnerEnd>
8686
</InputGroup>

0 commit comments

Comments
 (0)