Improve ZIP entry box

This commit is contained in:
Skylar Ittner 2021-02-08 22:35:34 -07:00
parent 1a11c8f2ce
commit be404d2961

View File

@ -52,7 +52,7 @@
<div class="item-inner">
<div class="item-title item-floating-label">ZIP Code</div>
<div class="item-input-wrap">
<input type="text" id="zip" placeholder="59602" />
<input type="text" id="zip" placeholder="59602" inputmode="numeric" />
<span class="input-clear-button"></span>
</div>
</div>