Gaurav Soni
Gaurav Soni
Can you check you have **intl-tel-input** package installed and also added in the angular.json
@ketchup208 , Can you share more details on this? It would be good if you share error details or a screenshot of the error?
@ketchup208 , With value, it's not working. I need to fix it.
This package is no longer maintained. I created it initially(with angular 2.0) with the intention of providing easy support of installing the intl-tel-input. Now angular has great tooling in place....
You can get original intlTelInput object once this loaded. After this you can do something like below after editing :- this.intlObj.intlTelInput("setCountry", "gb"); You can check the readme file to how...
For me it's working, if I do like > **this.intlObj.intlTelInput("setNumber", "+917878747474");** then it will automatically change your flag. May be you can check your css file loaded properly or not.
For custom country list you can check below example of orignal package:- https://intl-tel-input.com/node_modules/intl-tel-input/examples/gen/only-countries-europe.html In this package, you can provide this as > [ng2TelInputOptions]="{initialCountry: 'in', onlyCountries: ['al', 'ad', 'at', 'by', 'be',...
I would like to contribute. Can I take this?
I think this is more or less related to #397 issue. @edbzn is there any planning to support `.versionrc` file in the upcoming versions.