We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e113df5 commit caded1aCopy full SHA for caded1a
modules/react/select/lib/SelectInput.tsx
@@ -80,7 +80,7 @@ export const SelectInput = createSubcomponent(TextInput)({
80
{...elemProps}
81
{...mergeStyles(elemProps, selectInputStencil())}
82
/>
83
- <InputGroup.InnerEnd data-part="select-caret-container">
+ <InputGroup.InnerEnd data-part="select-caret-container" {...selectIconsStencil()}>
84
<SystemIcon data-part="select-caret-icon" icon={caretDownSmallIcon} />
85
</InputGroup.InnerEnd>
86
</InputGroup>
0 commit comments