We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c89076 + 5af86de commit 9024564Copy full SHA for 9024564
packages/kaspersky-hexa-ui/src/dropdown/Dropdown.tsx
@@ -32,7 +32,6 @@ const DropdownViewComponent: FC<DropdownViewProps> = ({
32
}, 0)
33
}, [])
34
const newOnVisibleChange = useCallback((opened: boolean) => {
35
- focusOnFirstItem()
36
onVisibleChange?.(opened)
37
}, [onVisibleChange, focusOnFirstItem])
38
return <AntDropdown {...props} onVisibleChange={newOnVisibleChange} />
0 commit comments