I would like to know how can I bind listeners of EditText to ViewModel via MvxCommad and ICommand/IMvxCommand
In the below layout, I want to send/push the Editable object which contain the user input to the ViewModel to apply some logic.
I managed to bind button clicks to ViewModel using MvxBind. But i did not find any way to bind AfterTextchanged of EditText?
EditText:
mvxBind="AftertextChanged onAfterTextChanged"