mukeshsolanki / android-otpview-pinview

A custom view to enter otp of different sizes used usually in cases of authentication.
MIT License
713 stars 206 forks source link

Unable to setText #44

Closed plsmarann closed 5 years ago

plsmarann commented 6 years ago

Unable to setvalue to text filed

mukeshsolanki commented 5 years ago

you can set the text by simply calling android:text="123456" via xml and setText(123456) via code

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This has been closed with no activity

LunevNF commented 2 years ago

SetText() not working in fragment. Situation: open fragment, put text by hands, hide fragment, show fragment with setText("") - old text here.