phone number numeric text

This commit is contained in:
Yuri Kuznetsov
2024-11-13 11:56:03 +02:00
parent 91618ecfe6
commit 2fd1778d45
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
</span>
<span class="input-group-item input-group-item-middle">
<input
type="input"
class="form-control phone-number no-margin-shifting{{#if optOut}} text-strikethrough{{/if}}{{#if invalid}} text-danger{{/if}}"
type="text"
class="form-control phone-number numeric-text no-margin-shifting {{#if optOut}} text-strikethrough {{/if}} {{#if invalid}} text-danger {{/if}}"
value="{{phoneNumber}}"
autocomplete="espo-{{../name}}"
maxlength={{../itemMaxLength}}
@@ -35,6 +35,7 @@
align-items: center;
height: 100%;
padding: 0 var(--6px) 0 var(--8px);
font-variant-numeric: tabular-nums; // Espo
}
.iti__arrow {
margin-left: var(--6px);
@@ -65,6 +66,7 @@
max-height: var(--200px);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
font-variant-numeric: tabular-nums; // Espo
}
.iti__country-list--dropup {
bottom: 100%;