mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-12 19:21:22 +00:00
autofocus
This commit is contained in:
parent
9f8dde8f54
commit
a3c6a7cf10
@ -126,6 +126,7 @@ export const UserLookup = ({ isOpenDrawerLookup, setIsOpenDrawerLookup }) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<TextField
|
<TextField
|
||||||
|
autoFocus
|
||||||
value={nameOrAddress}
|
value={nameOrAddress}
|
||||||
onChange={(e) => setNameOrAddress(e.target.value)}
|
onChange={(e) => setNameOrAddress(e.target.value)}
|
||||||
size="small"
|
size="small"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user