autofocus tag input

This commit is contained in:
Athou
2022-10-25 18:05:46 +02:00
parent 81b284ad94
commit cf69bb2013

View File

@@ -81,6 +81,7 @@ export function FeedEntryFooter(props: FeedEntryFooterProps) {
placeholder="Tags"
searchable
creatable
autoFocus
getCreateLabel={query => t`Create tag: ${query}`}
value={props.entry.tags}
onChange={onTagsChange}