ibrahimsn98 / PhoneNumberKit

Android Kotlin library to parse and format international phone numbers. Country code picker.
Apache License 2.0
159 stars 41 forks source link

Multiple TextInputLayout Issue #22

Closed DeevD closed 3 years ago

DeevD commented 3 years ago

Not working for specific text input layout when UI has multiple TextInputLayout with bottom sheet picker

ibrahimsn98 commented 3 years ago

Hello! You need to create different PhoneNumberKit instances for each input for now. Thanks :)