Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leekevinyg committed Apr 28, 2020
1 parent 77c7237 commit bfb28d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -139,6 +139,13 @@ A boolean flag to control whether hitting the enter will will add a tag into the
<TagInput addTagOnEnterKeyPress={false} />
```
* **placeholder**

Defaults to "Type something and hit enter...", but can be overridden with this prop

```
<TagInput placeholder="Hello world" />
```

# Contributing

Expand Down

0 comments on commit bfb28d7

Please sign in to comment.