Skip to content

Commit ff253e7

Browse files
committed
Spinner demo: Reorder input and select to be consistent with other demos
1 parent 101513d commit ff253e7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

demos/spinner/currency.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
</head>
3333
<body>
3434

35+
<p>
36+
<label for="spinner">Amount to donate:</label>
37+
<input id="spinner" name="spinner" value="5">
38+
</p>
39+
3540
<p>
3641
<label for="currency">Currency to donate</label>
3742
<select id="currency" name="currency">
@@ -40,10 +45,6 @@
4045
<option value="ja-JP">YEN ¥</option>
4146
</select>
4247
</p>
43-
<p>
44-
<label for="spinner">Amount to donate:</label>
45-
<input id="spinner" name="spinner" value="5">
46-
</p>
4748

4849
<div class="demo-description">
4950
<p>Example of a donation form, with currency selection and amount spinner.</p>

0 commit comments

Comments
 (0)