diff --git a/client/src/app/components/SimpleSelectTypeahead.tsx b/client/src/app/components/SimpleSelectTypeahead.tsx index 83120d284b..63e8912524 100644 --- a/client/src/app/components/SimpleSelectTypeahead.tsx +++ b/client/src/app/components/SimpleSelectTypeahead.tsx @@ -204,6 +204,7 @@ export const SimpleSelectTypeahead: React.FC = ({ onChange={onTextInputChange} onKeyDown={onInputKeyDown} onBlur={() => { + setFilterValue(""); selectMultiple ? setInputValue("") : setInputValue(selected.toString());