feat: add placeholder to tag input
This commit is contained in:
@@ -96,6 +96,7 @@ export const AutocompleteTagInput: FunctionalComponent<Props> = ({
|
||||
value={searchQuery}
|
||||
onChange={onSearchQueryChange}
|
||||
type="text"
|
||||
placeholder="Add tag"
|
||||
onBlur={closeOnBlur}
|
||||
onFocus={showDropdown}
|
||||
onKeyUp={(event) => {
|
||||
|
||||
Reference in New Issue
Block a user