Skip to content

Commit 7e7f589

Browse files
committedSep 21, 2017
fix
1 parent fe47ba5 commit 7e7f589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Then, use it as follows:
2424
```html
2525
<body>
2626
<!--
27-
inner html you put type text and inputmode numeric to mobile show numeric keyboard
28-
-->
27+
Put inputmode numeric to mobile show only numbers
28+
-->
2929
<input inputmode="numeric" onkeyup="send(event)" value="0,00"
3030
oninput="this.value = SimpleMaskMoney.format(this.value)">
3131

0 commit comments

Comments
 (0)