I try to define maxlength of a number input.
<label class="item item-input">
<i class="icon ion-android-call placeholder-icon"></i>
<input type="number" placeholder="Phone number " maxlength="8">
</label>
How can i reesolve it please.
<input type="tel " maxlength="6">
<input type="tel" pattern="[0-9]*" maxlength="6">
This will validate the numbers pattern too :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With