File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 7474| ` step ` | Value to increment or decrement the current spinner value | String<br >Number | ` 1 ` | |
7575| ` style ` | Container style | Object | | Could overwrite other props |
7676| ` speed ` | Speed acceleration ratio of increase or decrease ` onLongPress ` | Number | ` 7 ` | (value from ` 1 ` to ` 10 ` ) |
77+ | ` buttonTextProps ` | Customized text button props | Object | ` null ` | |
7778| ` textColor ` | Custom number color | String | Auto | |
7879| ` type ` | Type of spinner | String | ` int ` | Can be ` int ` or ` real ` /` float ` ... |
7980| ` 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
141141| ` step ` | Value to increment or decrement the current spinner value | String<br >Number | ` 1 ` | |
142142| ` longStep ` | Value to increment or decrement the current spinner value ` onLongPress ` | String<br >Number | ` step ` | |
143143| ` speed ` | Speed acceleration ratio of increase or decrease ` onLongPress ` | Number | ` 7 ` | (value from ` 1 ` to ` 10 ` ) |
144+ | ` buttonTextProps ` | Customized text button props | Object | ` null ` | |
144145| ` typingTime ` | Time before debounce and trigger ` onChange ` event | Number | ` 750 ` | |
145146| ` type ` | Type of spinner | String | ` int ` | Can be ` int ` or ` real ` /` float ` ... |
146147| ` value ` | Controlled value of the Spinner | String<br >Number | ` 0 ` | |
You can’t perform that action at this time.
0 commit comments