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 75dc638 commit 8a454bfCopy full SHA for 8a454bf
Sprint-3/alarmclock/index.html
@@ -10,7 +10,7 @@
10
<div class="centre">
11
<h1 id="timeRemaining">Time Remaining: 00:00</h1>
12
<label for="alarmSet">Set time to:</label>
13
- <input id="alarmSet" type="number" />
+ <input id="alarmSet" type="number" min="1" step="1"/>
14
15
<button id="set" type="button">Set Alarm</button>
16
<button id="stop" type="button">Stop Alarm</button>
0 commit comments