We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9fc9a commit 408b802Copy full SHA for 408b802
2 files changed
packages/react-core/src/components/Dropdown/Dropdown.tsx
@@ -91,7 +91,7 @@ const DropdownBase: React.FunctionComponent<DropdownProps> = ({
91
onOpenChangeKeys = ['Escape', 'Tab'],
92
menuHeight,
93
maxMenuHeight,
94
- shouldFocusFirstItemOnOpen = true,
+ shouldFocusFirstItemOnOpen = false,
95
...props
96
}: DropdownProps) => {
97
const localMenuRef = React.useRef<HTMLDivElement>();
packages/react-core/src/components/Select/Select.tsx
@@ -88,7 +88,7 @@ const SelectBase: React.FunctionComponent<SelectProps & OUIAProps> = ({
88
selected,
89
toggle,
90
shouldFocusToggleOnSelect = false,
onOpenChange,
isPlain,
0 commit comments