Skip to content

Commit

Permalink
Fixed switching between canada and US country code
Browse files Browse the repository at this point in the history
  • Loading branch information
MillieOfzo committed Jul 18, 2022
1 parent 9a48f70 commit ce36c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
itemTextField="name"
[items]="countries"
[itemIconSlot]="modalItemIconSlot"
itemValueField="dialCode"
itemValueField="isoCode"
modalCssClass="ionic-tel-input-modal {{modalCssClass}}"
placeholder="Country"
searchFailText="{{modalSearchFailText}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@

.fi {
margin-right: 5px;
border-radius: 3px;
}
}

0 comments on commit ce36c3b

Please sign in to comment.