Skip to content

Commit 6e62d99

Browse files
authored
Update inputnumbertest.html
Add 0.25 as the step
1 parent a475460 commit 6e62d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputnumbertest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<html>
88

99
<body>
10-
<input type="number" id="testfield" name="testfield"/>
10+
<input type="number" id="testfield" name="testfield" step="0.25"/>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)