autofocus

This commit is contained in:
PhilReact 2025-02-28 17:42:13 +02:00 committed by Nicola Benaglia
parent 9f8dde8f54
commit a3c6a7cf10

View File

@ -126,6 +126,7 @@ export const UserLookup = ({ isOpenDrawerLookup, setIsOpenDrawerLookup }) => {
}}
>
<TextField
autoFocus
value={nameOrAddress}
onChange={(e) => setNameOrAddress(e.target.value)}
size="small"