@@ -107,8 +107,8 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
107107| ` disabled ` | Disable the Spinner or not | Boolean | ` false ` | |
108108| ` editable ` | Set if input number field is editable or not | Boolean | ` true ` | |
109109| ` initialValue ` | Initial value of the Spinner | String<br >Number | ` 0 ` | |
110- | ` inputProps ` | Customized TextInput Component props | Object | ` null ` | |
111- | ` leftButtonProps ` | Customized left button (Touchable Component) props | Object | ` null ` | |
110+ | ` inputProps ` | Customized TextInput Component props | Object | ` null ` | Could overwrite other props |
111+ | ` leftButtonProps ` | Customized left button (Touchable Component) props | Object | ` null ` | Could overwrite other props |
112112| ` maxLength ` | Limits the maximum number of characters that can be entered. | Number | | |
113113| ` max ` | Max number permitted | String<br >Number | ` null ` |
114114| ` min ` | Min value permitted | String<br >Number | ` 0 ` |
@@ -118,7 +118,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
118118| ` prepend ` | Custom element after left button | Component | |
119119| ` returnKeyLabel ` | Sets the return key to the label. Use it instead of ` returnKeyType ` . | String | | |
120120| ` returnKeyType ` | Determines how the return key should look. On Android you can also use ` returnKeyLabel ` | String | |
121- | ` rightButtonProps ` | Customized right button (Touchable Component) props | Object | ` null ` | |
121+ | ` rightButtonProps ` | Customized right button (Touchable Component) props | Object | ` null ` | Could overwrite other props |
122122| ` selectTextOnFocus ` | If ` true ` , all text will automatically be selected on focus. | Bool | ` false ` | |
123123| ` selectionColor ` | The highlight and cursor color of the text input. | String | ` null ` | |
124124| ` step ` | Value to increment or decrement the current spinner value | String<br >Number | ` 1 ` |
0 commit comments