feature/feature/IO-3554-Form-Row-Layout - Fix search, bump deps, fix formlayout
This commit is contained in:
@@ -185,6 +185,7 @@ export default function GlobalSearchOs() {
|
||||
<AutoComplete
|
||||
options={data}
|
||||
showSearch={{
|
||||
filterOption: false,
|
||||
onSearch: handleSearch
|
||||
}}
|
||||
onKeyDown={(e) => {
|
||||
|
||||
@@ -161,7 +161,8 @@ export default function GlobalSearch() {
|
||||
<AutoComplete
|
||||
options={options}
|
||||
showSearch={{
|
||||
onSearch: handleSearch
|
||||
onSearch: handleSearch,
|
||||
filterOption: false
|
||||
}}
|
||||
defaultActiveFirstOption
|
||||
onKeyDown={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user