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 e28a652 commit 0e9fc00Copy full SHA for 0e9fc00
packages/pf4-component-mapper/src/common/select/select.js
@@ -85,6 +85,7 @@ const stateReducer = (state, changes, isMulti) => {
85
return {
86
...state,
87
...changes,
88
+ highlightedIndex: undefined, // reset the item focus to prevent initial scroll and portal menu warping
89
inputValue: undefined
90
};
91
case Downshift.stateChangeTypes.keyDownEnter:
0 commit comments