Support compact numeric input suffixes
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@
|
||||
</label>
|
||||
<label>
|
||||
Recommendation count
|
||||
<input id="recommendationCount" type="number" min="3" max="20" step="1" value="8" />
|
||||
<input id="recommendationCount" type="text" inputmode="numeric" value="8" />
|
||||
</label>
|
||||
<button id="resetBuild" type="button" class="secondary">Reset current build</button>
|
||||
</section>
|
||||
@@ -175,7 +175,7 @@
|
||||
</label>
|
||||
<label>
|
||||
Value
|
||||
<input data-field="baseValue" type="number" min="0" step="1" />
|
||||
<input data-field="baseValue" type="text" inputmode="decimal" />
|
||||
</label>
|
||||
</div>
|
||||
<div class="effects"></div>
|
||||
|
||||
Reference in New Issue
Block a user