Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 5097df3

Browse files
committed
Fix docs.
1 parent b2f8bbb commit 5097df3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)