Skip to content

Commit 3c23c0d

Browse files
author
Marco Cesarato
committed
docs: fix code quote
1 parent 133fda8 commit 3c23c0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PROPS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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` | |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 | | |

0 commit comments

Comments
 (0)