@@ -41,18 +41,19 @@ const UselessComponent = () => (
4141
4242## Props
4343
44- | PropName | Description | Default |
45- | ------------------- | ------------------------------------------ | -------- |
46- | initialText | The input element's text | |
47- | initialTags | [ 'the', 'initial', 'tags'] | |
48- | onChangeTags | Fires when tags are added or removed | |
49- | maxNumberOfTags | The max number of tags that can be entered | infinity |
50- | onTagPress | Fires when tags are pressed | |
51- | readonly | Tags cannot be modified | false |
52- | deleteTagOnPress | Remove the tag when pressed | true |
53- | containerStyle | Style | |
54- | style | Style (` containerStyle ` alias) | |
55- | inputContainerStyle | Style | |
56- | inputStyle | Style | |
57- | tagContainerStyle | Style | |
58- | tagTextStyle | Style | |
44+ | PropName | Description | Default |
45+ | ------------------- | ------------------------------------------ | --------------- |
46+ | initialText | The input element's text | |
47+ | initialTags | [ 'the', 'initial', 'tags'] | |
48+ | createTagOnString | Triggers new tag creation | [ ",", ".", " "] |
49+ | onChangeTags | Fires when tags are added or removed | |
50+ | maxNumberOfTags | The max number of tags that can be entered | infinity |
51+ | onTagPress | Fires when tags are pressed | |
52+ | readonly | Tags cannot be modified | false |
53+ | deleteTagOnPress | Remove the tag when pressed | true |
54+ | containerStyle | Style | |
55+ | style | Style (` containerStyle ` alias) | |
56+ | inputContainerStyle | Style | |
57+ | inputStyle | Style | |
58+ | tagContainerStyle | Style | |
59+ | tagTextStyle | Style | |
0 commit comments