You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What
Beeing able to give a number instead of an string into the ng2TellInputOptions.
[ng2TelInputOptions]="{ initialCountry: 41}"
Why
I become countryCode (ex: 41) frome the db, which doesn't save the countryName (ex: ch) and want to initialise the flag with this number
How
I think, using te geoIpLookup from intl-tel-input could be an idea, they user the initialCountry: "auto", and then, instead of the geoIpLookup we could use our own function that look for the countryName.
What
Beeing able to give a number instead of an string into the
ng2TellInputOptions
.Why
I become
countryCode
(ex: 41) frome the db, which doesn't save thecountryName
(ex: ch) and want to initialise the flag with this numberHow
I think, using te
geoIpLookup
from intl-tel-input could be an idea, they user theinitialCountry: "auto"
, and then, instead of the geoIpLookup we could use our own function that look for thecountryName
.intl-tel-input
The text was updated successfully, but these errors were encountered: