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?
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?