Commit 9e3b2f06 authored by Alessio Zampatti's avatar Alessio Zampatti Committed by GitHub

Change input type to "tel" to prevent spacing issue on firefox (#344)

parent a690f9d1
......@@ -101,7 +101,7 @@
<span><!-- ko text: $t('Credit Card Number')--><!-- /ko --></span>
</label>
<div class="control">
<input type="number" class="input-text" value=""
<input type="tel" class="input-text" value=""
data-encrypted-name="number"
data-bind="attr: {
autocomplete: off,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment