Make from ZIP input numeric

This commit is contained in:
Skylar Ittner 2022-01-26 14:20:53 -07:00
parent 83f581de5d
commit ff44ce5eb8

View File

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