chronotruck / FlagPhoneNumber

A formatted phone number UITextField with country flag picker.
Apache License 2.0
437 stars 319 forks source link

Using the iPhone's Autocomplete function to input number returns null null #81

Open mjanoudy opened 5 years ago

mjanoudy commented 5 years ago

Description: Using the iPhone's autocomplete function to put in a phone number returns +(null) (null)

Steps to Reproduce:

  1. Implement the Pod in a project
  2. As you fill in the phone number field in the FPNTextField, iOS recommends your phone number to autofill.
  3. clicking on autofill will show +(null)(null) in the console when you print .getFormattedPhoneNumber() for all the formats.

Screenshot: IMG_7500

Smartphone:

FlagPhoneNumber Version: 0.7.2