Closed lpellegr closed 7 years ago
@morbidick The length limit is not applied because of a typo in the paper-input attribute: maxlenght instead of maxlength and the type which could be set to string:
paper-input
maxlenght
maxlength
type="text" pattern="[0-9]*" maxlength="2"
oh a typo, thx. I think type=tel like we use for the card number would be better since it opens the right keyboard on mobile.
type=tel
@morbidick The length limit is not applied because of a typo in the
paper-input
attribute:maxlenght
instead ofmaxlength
and the type which could be set to string:type="text" pattern="[0-9]*" maxlength="2"