BIG-124: Prevent the search Hotkey from writing to the field.

This commit is contained in:
elforjani13
2021-09-27 12:45:32 +02:00
parent 288225a0c1
commit b87e85d5ff

View File

@@ -141,7 +141,6 @@ function UniversalSearchBar({ isOpen, onSearchTypeChange, ...listProps }) {
{...handlers}
>
<InputGroup
autoFocus={true}
large={true}
leftIcon={<Icon icon={'universal-search'} iconSize={20} />}
placeholder={intl.get('universal_search.placeholder')}