Skip to content

Commit

Permalink
feat: add placeholder to tag input
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed May 27, 2021
1 parent aaccf4b commit 0200351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/components/AutocompleteTagInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const AutocompleteTagInput: FunctionalComponent<Props> = ({
value={searchQuery}
onChange={onSearchQueryChange}
type="text"
placeholder="Add tag"
onBlur={closeOnBlur}
onFocus={showDropdown}
onKeyUp={(event) => {
Expand Down

0 comments on commit 0200351

Please sign in to comment.