Clear timeout on focus to open list
This commit is contained in:
parent
bb6ac4e4a4
commit
ec71bf374d
@ -194,6 +194,7 @@ const MsgTransferForm = ({ fromAddress, setMsgGetter, deleteMsg }: MsgTransferFo
|
||||
placeholder="Enter timestamp in nanoseconds or select from list"
|
||||
value={timeout}
|
||||
onChange={({ target }) => setTimeout(target.value)}
|
||||
onFocus={() => setTimeout("")}
|
||||
error={timeoutError}
|
||||
/>
|
||||
<datalist id="timestamp-options">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user