We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d451d7 commit 824c5efCopy full SHA for 824c5ef
README.md
@@ -56,21 +56,21 @@ export default class App extends Component {
56
<tr>
57
<td>numInputs</td>
58
<td>number</td>
59
- <td>true</td>
+ <td><strong>true</strong></td>
60
<td>4</td>
61
<td>Number of OTP inputs to be rendered.</td>
62
</tr>
63
64
<td>onChange</td>
65
<td>function</td>
66
67
<td>console.log</td>
68
<td>Returns OTP code typed in inputs.</td>
69
70
71
<td>value</td>
72
<td>string / number</td>
73
74
<td>''</td>
75
<td>The value of the otp passed into the component.</td>
76
0 commit comments