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 7b1a038 commit 9d45f31Copy full SHA for 9d45f31
1 file changed
src/generate.tsx
@@ -836,7 +836,12 @@ export default function generateSelector<
836
[`${prefixCls}-arrow-loading`]: loading,
837
})}
838
customizeIcon={inputIcon}
839
- customizeIconProps={{ loading, searchValue: mergedSearchValue }}
+ customizeIconProps={{
840
+ loading,
841
+ searchValue: mergedSearchValue,
842
+ open: mergedOpen,
843
+ focused: mockFocused,
844
+ }}
845
/>
846
);
847
}
0 commit comments