Skip to content

Commit 63bf6a2

Browse files
ushahidleetuxpiper
authored andcommitted
updated dependency and fixed strictness
1 parent 69fcbeb commit 63bf6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mobile-mzima-client/src/app/shared/components/phone-field/phone-field.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ion-item lines="none" class="phone-field ion-no-padding" color="default">
22
<input
33
[(ngModel)]="value"
4-
type="phone"
4+
type="tel"
55
class="phone-field-input"
66
(ionChange)="handleInputChange()"
77
(keyup)="handleInputChange()"

0 commit comments

Comments
 (0)