Skip to content

Commit 811679f

Browse files
Update README.md
1 parent bb387f6 commit 811679f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,29 @@ export default class App extends Component {
5656
<tr>
5757
<td>numInputs</td>
5858
<td>number</td>
59-
<td><strong>true</strong></td>
59+
<td>true</td>
6060
<td>4</td>
6161
<td>Number of OTP inputs to be rendered.</td>
6262
</tr>
6363
<tr>
6464
<td>onChange</td>
6565
<td>function</td>
66-
<td><strong>true</strong></td>
66+
<td>true</td>
6767
<td>console.log</td>
6868
<td>Returns OTP code typed in inputs.</td>
6969
</tr>
7070
<tr>
7171
<td>value</td>
7272
<td>string / number</td>
73-
<td><strong>true</strong></td>
73+
<td>true</td>
7474
<td>''</td>
7575
<td>The value of the otp passed into the component.</td>
7676
</tr>
7777
<tr>
7878
<td>separator</td>
7979
<td>component<br></td>
8080
<td>false</td>
81-
<td></td>
81+
<td>none</td>
8282
<td>Provide a custom separator between inputs by passing a component. For instance, <code>&lt;span&gt;-&lt;/span&gt;</code> would add <code>-</code> between each input</td>
8383
</tr>
8484
<tr>

0 commit comments

Comments
 (0)