I have password and email fields, and a login button. Clicking the button should trigger the
viewModel.login(email, pass)
function, but there’s a weird behavior where with every keystroke on the email or password field .. the ViewModel function get triggered. any idea how to solve that?