1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Issue-#545: Auto focus serach box

This commit is contained in:
Akshay 2021-09-14 12:28:53 +02:00
parent 9ceeea7c4e
commit 8b6382c66d

View File

@ -93,6 +93,7 @@ const SearchClient = ({ searchableData }) => {
margin: '10px auto',
width: '100%'
}}
autoFocus
value={searchState.searchQuery}
onChange={searchData}
InputProps={{