File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-core/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ const DropdownBase: React.FunctionComponent<DropdownProps> = ({
91
91
onOpenChangeKeys = [ 'Escape' , 'Tab' ] ,
92
92
menuHeight,
93
93
maxMenuHeight,
94
- shouldFocusFirstItemOnOpen = true ,
94
+ shouldFocusFirstItemOnOpen = false ,
95
95
...props
96
96
} : DropdownProps ) => {
97
97
const localMenuRef = React . useRef < HTMLDivElement > ( ) ;
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const SelectBase: React.FunctionComponent<SelectProps & OUIAProps> = ({
88
88
selected,
89
89
toggle,
90
90
shouldFocusToggleOnSelect = false ,
91
- shouldFocusFirstItemOnOpen = true ,
91
+ shouldFocusFirstItemOnOpen = false ,
92
92
onOpenChange,
93
93
onOpenChangeKeys = [ 'Escape' , 'Tab' ] ,
94
94
isPlain,
You can’t perform that action at this time.
0 commit comments