Skip to content

Commit

Permalink
fix: Add pointer events none to Select caret (#3079)
Browse files Browse the repository at this point in the history
Fixes: #3078

[category:Components]

Co-authored-by: manuel.carrera <[email protected]>
  • Loading branch information
mannycarrera4 and manuel.carrera authored Dec 17, 2024
1 parent e113df5 commit 91827c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/react/select/lib/SelectInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const SelectInput = createSubcomponent(TextInput)({
{...elemProps}
{...mergeStyles(elemProps, selectInputStencil())}
/>
<InputGroup.InnerEnd data-part="select-caret-container">
<InputGroup.InnerEnd data-part="select-caret-container" {...selectIconsStencil()}>
<SystemIcon data-part="select-caret-icon" icon={caretDownSmallIcon} />
</InputGroup.InnerEnd>
</InputGroup>
Expand Down

0 comments on commit 91827c3

Please sign in to comment.