File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 74
74
| ` step ` | Value to increment or decrement the current spinner value | String<br >Number | ` 1 ` | |
75
75
| ` style ` | Container style | Object | | Could overwrite other props |
76
76
| ` speed ` | Speed acceleration ratio of increase or decrease ` onLongPress ` | Number | ` 7 ` | (value from ` 1 ` to ` 10 ` ) |
77
+ | ` buttonTextProps ` | Customized text button props | Object | ` null ` | |
77
78
| ` textColor ` | Custom number color | String | Auto | |
78
79
| ` type ` | Type of spinner | String | ` int ` | Can be ` int ` or ` real ` /` float ` ... |
79
80
| ` typingTime ` | Time before debounce and trigger ` onChange ` event | Number | ` 750 ` | |
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
141
141
| ` step ` | Value to increment or decrement the current spinner value | String<br >Number | ` 1 ` | |
142
142
| ` longStep ` | Value to increment or decrement the current spinner value ` onLongPress ` | String<br >Number | ` step ` | |
143
143
| ` speed ` | Speed acceleration ratio of increase or decrease ` onLongPress ` | Number | ` 7 ` | (value from ` 1 ` to ` 10 ` ) |
144
+ | ` buttonTextProps ` | Customized text button props | Object | ` null ` | |
144
145
| ` typingTime ` | Time before debounce and trigger ` onChange ` event | Number | ` 750 ` | |
145
146
| ` type ` | Type of spinner | String | ` int ` | Can be ` int ` or ` real ` /` float ` ... |
146
147
| ` value ` | Controlled value of the Spinner | String<br >Number | ` 0 ` | |
You can’t perform that action at this time.
0 commit comments