Autofocus input in Create Parent Item dialog (#4476)
This commit is contained in:
parent
804b2d1216
commit
255de649ca
1 changed files with 4 additions and 3 deletions
|
@ -56,6 +56,7 @@ function CreateParent({ loading, item, toggleAccept }) {
|
|||
<input
|
||||
id="parent-item-identifier"
|
||||
size="50"
|
||||
autoFocus={true}
|
||||
disabled={loading}
|
||||
onChange={handleInput}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue