forked from Archives/Athou_commafeed
autofocus tag input
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user