mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
BIG-124: Prevent the search Hotkey from writing to the field.
This commit is contained in:
@@ -141,7 +141,6 @@ function UniversalSearchBar({ isOpen, onSearchTypeChange, ...listProps }) {
|
|||||||
{...handlers}
|
{...handlers}
|
||||||
>
|
>
|
||||||
<InputGroup
|
<InputGroup
|
||||||
autoFocus={true}
|
|
||||||
large={true}
|
large={true}
|
||||||
leftIcon={<Icon icon={'universal-search'} iconSize={20} />}
|
leftIcon={<Icon icon={'universal-search'} iconSize={20} />}
|
||||||
placeholder={intl.get('universal_search.placeholder')}
|
placeholder={intl.get('universal_search.placeholder')}
|
||||||
|
|||||||
Reference in New Issue
Block a user