diff --git a/packages/react-core/src/components/Select/examples/SelectTypeaheadCreatable.tsx b/packages/react-core/src/components/Select/examples/SelectTypeaheadCreatable.tsx index f735605963b..7b0d9df194d 100644 --- a/packages/react-core/src/components/Select/examples/SelectTypeaheadCreatable.tsx +++ b/packages/react-core/src/components/Select/examples/SelectTypeaheadCreatable.tsx @@ -102,7 +102,7 @@ export const SelectTypeaheadCreatable: React.FunctionComponent = () => { } setSelected(filterValue); setFilterValue(''); - resetActiveAndFocusedItem(); + closeMenu(); } else { const optionText = selectOptions.find((option) => option.value === value)?.children; selectOption(value, optionText as string);