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 101513d commit ff253e7Copy full SHA for ff253e7
demos/spinner/currency.html
@@ -32,6 +32,11 @@
32
</head>
33
<body>
34
35
+<p>
36
+ <label for="spinner">Amount to donate:</label>
37
+ <input id="spinner" name="spinner" value="5">
38
+</p>
39
+
40
<p>
41
<label for="currency">Currency to donate</label>
42
<select id="currency" name="currency">
@@ -40,10 +45,6 @@
45
<option value="ja-JP">YEN ¥</option>
46
</select>
47
</p>
43
-<p>
44
- <label for="spinner">Amount to donate:</label>
- <input id="spinner" name="spinner" value="5">
-</p>
48
49
<div class="demo-description">
50
<p>Example of a donation form, with currency selection and amount spinner.</p>
0 commit comments