Autofocus input in Create Parent Item dialog (#4476)

This commit is contained in:
Abe Jellinek 2024-08-01 00:28:53 -04:00 committed by GitHub
parent 804b2d1216
commit 255de649ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,7 @@ function CreateParent({ loading, item, toggleAccept }) {
<input
id="parent-item-identifier"
size="50"
autoFocus={true}
disabled={loading}
onChange={handleInput}
/>