How to get number length?
I want to set placeholder for numbel like "xxx-xxx-xx-xx", or if choosed different country different placeholder like for example "xx-xx-xxx". How i can get number length? Thank you!
Wow... This is a use case I never thought of... So far we have example number hint feature: https://github.com/hbb20/CountryCodePickerProject/wiki/Example-phone-number-as-edittext-hint
I will try to add this as a feature soon... 👍
Thanks, I'll wait it!
Did you solved it by any other ways? I wanted to add this hint too
@devgr24
Now It will be difficult to remember, but maybe this functions will help you:
countryCodePicker.getFullNumber() and countryCodePicker.getFormattedFullNumber()
thanks for the help.