international-phone-number icon indicating copy to clipboard operation
international-phone-number copied to clipboard

AngularJS directive implementing intl-tel-input (https://github.com/Bluefieldscom/intl-tel-input)

Results 66 international-phone-number issues
Sort by recently updated
recently updated
newest added

See this issue: https://github.com/mareczek/international-phone-number/issues/95#issuecomment-220597631

Related to #115 On some occasions, when initial ngModel value exists the form is invalid until the the telephone field is focused

Added main entry in package.json to allow requiring the module properly through node require statements

Is there any option to show the country first in drop down based on local time zone?

Is there any way I can get the selected country dial code with the input number? Currently I only get the input value without country code

It seems that selectCountry has changed to setCountry upstream.

This library appears to (with default options) pass options.onlyCountries as follows: [ "" ] https://gyazo.com/d8660f66018baf77ee8025e56939a634 This causes intlTelInput.js to generate an error (due to there being no countries available, since...

If the intTelInput field is conditionally disabled, then validation should be ignored

NOTE: I closed PR #75 and am re-submitting. I had originally forked to a company-owned repo which has some extra requirements that cause headaches w/r/t to pull requests. It looked...

I use my controller as alias, the problem is ng-model not capturing the value entered in the input element unless input follow whole format. What should I do?