Skip to content

Commit b110a84

Browse files
Update README.md
1 parent 4aba3ac commit b110a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default Example;
6464
| `classNames` | className for styling input and tags (i.e {tag:'tag-cls', input: 'input-cls'}) | `object[tag, input]` | |
6565
| `onKeyUp` | input `onKeyUp` callback | `event` | |
6666
| `onBlur` | input `onBlur` callback | `event` | |
67-
| `separators` | when to add tag (i.e. `Space`,`Enter`) | `string[]` | `["Enter"]` |
67+
| `separators` | when to add tag (i.e. `"Enter"`, `" "`) | `string[]` | `["Enter"]` |
6868
| `removers` | Remove last tag if textbox empty and `Backspace` is pressed | `string[]` | `["Backspace"]` |
6969
| `onExisting` | if tag is already added then callback | `(tag: string) => void` | |
7070
| `onRemoved` | on tag removed callback | `(tag: string) => void` | |

0 commit comments

Comments
 (0)