File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export default Example;
64
64
| ` classNames ` | className for styling input and tags (i.e {tag:'tag-cls', input: 'input-cls'}) | ` object[tag, input] ` | |
65
65
| ` onKeyUp ` | input ` onKeyUp ` callback | ` event ` | |
66
66
| ` 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"] ` |
68
68
| ` removers ` | Remove last tag if textbox empty and ` Backspace ` is pressed | ` string[] ` | ` ["Backspace"] ` |
69
69
| ` onExisting ` | if tag is already added then callback | ` (tag: string) => void ` | |
70
70
| ` onRemoved ` | on tag removed callback | ` (tag: string) => void ` | |
You can’t perform that action at this time.
0 commit comments