travijuu / NumberPicker

A simple customizable NumberPicker plugin for Android
MIT License
101 stars 27 forks source link

cant able to get the Value from editText if it is typed manually #5

Closed diana-doss closed 7 years ago

diana-doss commented 7 years ago

I have used this library but If I edit the field manually I cant able to get the data from it

travijuu commented 7 years ago

@diana-doss I've published v1.0.7 which includes OnFocusChangeListener and clearFocus() method. I think they will help you.