Peculiar problem - EditText

NJDude

Expert
Licensed User
Longtime User
I created some EditText boxes which after entering info get them disabled, however, if I tap on one of them you can continue typing BUT you cannot delete or backspace.

It seems there is a bug?
 

kickaha

Well-Known Member
Licensed User
Longtime User
As a workround, in the TextChanged event, you could try checking if the EditText box is disabled, and if it is revert back to the old value.
 
Upvote 0
Top