Why android:onTextChanged databinding removed from edittext?

Viewed 576

recently I see this warning from my Edittext:

unknown attribute android:onTextChanged

and no longer text shown in my ViewModel data

What is the alternative way to retrieve text from Edittext in databinding?

0 Answers
Related