@@ -44,20 +44,20 @@ const UselessComponent = () => (
4444
4545## Props
4646
47- | PropName | Description | Default |
48- | ------------------- | ---------------------------------------------------------------------------------------- | --------------- |
49- | initialText | The input element's text | |
50- | textInputProps | [ customize the textInput] ) (https://facebook.github.io/react-native/docs/textinput#props) | |
51- | initialTags | [ 'the', 'initial', 'tags'] | |
52- | createTagOnString | Triggers new tag creation | [ ",", ".", " "] |
53- | onChangeTags | Fires when tags are added or removed | |
54- | maxNumberOfTags | The max number of tags that can be entered | infinity |
55- | onTagPress | Fires when tags are pressed | |
56- | readonly | Tags cannot be modified | false |
57- | deleteTagOnPress | Remove the tag when pressed | true |
58- | containerStyle | Style | |
59- | style | Style (` containerStyle ` alias) | |
60- | inputContainerStyle | Style | |
61- | inputStyle | Style | |
62- | tagContainerStyle | Style | |
63- | tagTextStyle | Style | |
47+ | PropName | Description | Default |
48+ | ------------------- | ---------------------------------------------------------------------------------------------- | --------------- |
49+ | initialText | The input element's text | |
50+ | textInputProps | [ forward props to the textInput] ( https://facebook.github.io/react-native/docs/textinput#props ) | |
51+ | initialTags | [ 'the', 'initial', 'tags'] | |
52+ | createTagOnString | Triggers new tag creation | [ ",", ".", " "] |
53+ | onChangeTags | Fires when tags are added or removed | |
54+ | maxNumberOfTags | The max number of tags that can be entered | infinity |
55+ | onTagPress | Fires when tags are pressed | |
56+ | readonly | Tags cannot be modified | false |
57+ | deleteTagOnPress | Remove the tag when pressed | true |
58+ | containerStyle | Style | |
59+ | style | Style (` containerStyle ` alias) | |
60+ | inputContainerStyle | Style | |
61+ | inputStyle | Style | |
62+ | tagContainerStyle | Style | |
63+ | tagTextStyle | Style | |
0 commit comments