Autofocus shelf owner search if empty

This commit is contained in:
2023-05-30 14:36:08 -06:00
parent 45b0dd6ffe
commit 3d6666cc40
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ export function StorageEditor(props) {
{...makeProps('member_id')}
onChange={handleValues}
initial={input.member_name}
autofocus={!input.member_name}
/>
</Form.Field>