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.
2 parents d4f009a + 0e9fc00 commit 4ea723eCopy full SHA for 4ea723e
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