mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
autofocus tag input
This commit is contained in:
@@ -81,6 +81,7 @@ export function FeedEntryFooter(props: FeedEntryFooterProps) {
|
|||||||
placeholder="Tags"
|
placeholder="Tags"
|
||||||
searchable
|
searchable
|
||||||
creatable
|
creatable
|
||||||
|
autoFocus
|
||||||
getCreateLabel={query => t`Create tag: ${query}`}
|
getCreateLabel={query => t`Create tag: ${query}`}
|
||||||
value={props.entry.tags}
|
value={props.entry.tags}
|
||||||
onChange={onTagsChange}
|
onChange={onTagsChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user