laravel-tel-input
laravel-tel-input copied to clipboard
Do you know how to make that two scripts work like one?
I ask this because when I enter the phone numbers on my ionic mobile apps works well but when I enter it on desktop/jquery I didn't get the same result. For example, on Ionic app I get this(https://github.com/azzamasghar1/ion-intl-tel-input): {"internationalNumber":"+387 30 212-344","nationalNumber":"030 212-344","isoCode":"ba","dialCode":"+387"} and on jquery(https://github.com/victorybiz/laravel-tel-input), I get only +38730212344 and I am not sure how to make it both work in one way. Can you help me?