Skip to content

Commit f5df397

Browse files
committed
📝 Add isInputNum to docs
1 parent 431a942 commit f5df397

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ export default class App extends Component {
122122
<td>false</td>
123123
<td>Auto focuses input on inital page load.</td>
124124
</tr>
125+
<tr>
126+
<td>isInputNum</td>
127+
<td>boolean</td>
128+
<td>false</td>
129+
<td>false</td>
130+
<td>Restrict input to only numbers.</td>
131+
</tr>
125132
</table>
126133

127134
## Development

0 commit comments

Comments
 (0)