File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77| ` activeOpacity ` | Opacity on pressed button | Number | ` 0.85 ` |
88| ` append ` | Custom element before right button | Component | |
99| ` arrows ` | Labels on button will be arrows (< and >) instead of plus and minus | Boolean | ` false ` |
10- | ` autofocus ` | If ` true ` , focuses the input on zcomponentDidMountz . | | ` false ` | |
10+ | ` autofocus ` | If ` true ` , focuses the input on ` componentDidMount ` . | | ` false ` | |
1111| ` background ` | Background color of number button | String | ` transparent ` | |
1212| ` buttonFontFamily ` | Custom fontFamily of buttons of the Spinner | String | ` System Default ` | |
1313| ` buttonFontSize ` | Custom fontSize of buttons of the Spinner | Number | ` 14 ` | |
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Check the "[Props List](PROPS.md)" file to have the complete list of component p
103103| Property | Description | Type | Default | Note |
104104| ------------------- | --------------------------------------------------------------------------------------- | ---------------- | ------- | --------------------------------- |
105105| ` append ` | Custom element before right button | Component | | |
106- | ` autofocus ` | If ` true ` , focuses the input on zcomponentDidMountz . | | ` false ` | |
106+ | ` autofocus ` | If ` true ` , focuses the input on ` componentDidMount ` . | | ` false ` | |
107107| ` disabled ` | Disable the Spinner or not | Boolean | ` false ` | |
108108| ` editable ` | Set if input number field is editable or not | Boolean | ` true ` | |
109109| ` maxLength ` | Limits the maximum number of characters that can be entered. | Number | | |
You can’t perform that action at this time.
0 commit comments