Skip to content

Commit 879a4db

Browse files
committed
updated dependency and fixed strictness
1 parent 9cbc9e6 commit 879a4db

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
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()"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"angular-google-tag-manager": "^1.6.1",
6363
"capacitor-native-settings": "^5.0.1",
6464
"dayjs": "^1.11.7",
65-
"intl-tel-input": "^23.8.0",
65+
"intl-tel-input": "^23.8.1",
6666
"ion2-calendar": "^3.5.0",
6767
"ionicons": "^7.1.0",
6868
"leaflet": "^1.9.3",

0 commit comments

Comments
 (0)