feat: add placeholder to tag input

This commit is contained in:
Antonella Sgarlatta
2021-05-27 10:54:49 -03:00
parent aaccf4bc1f
commit 0200351ecc

View File

@@ -96,6 +96,7 @@ export const AutocompleteTagInput: FunctionalComponent<Props> = ({
value={searchQuery}
onChange={onSearchQueryChange}
type="text"
placeholder="Add tag"
onBlur={closeOnBlur}
onFocus={showDropdown}
onKeyUp={(event) => {