lamudi-gmbh / android-phone-field

A small library that allows you to create phone fields with corresponding country flags, and validate the phone number using libphonenumber from google.
Apache License 2.0
227 stars 67 forks source link

setEnabled not working #6

Open zikobad opened 7 years ago

zikobad commented 7 years ago

setEnabled to false not working on phone field

zikobad commented 7 years ago

Actually you can do that by setEnabled false to the Spinner and the EditText

phoneField.getEditText.setEnabled(false);
phoneFieald.getSpinner.setEnabled(false);

so please add a function to the phone field that does that . Thanks