How do I trigger a change
event on textbox in a backbone view?
I tried:
events: {
"onChanged input.autocomplete": "update"
}
update
didn't get fired. I also tried change
.
What is the name of the event for textchange?
This should work:
events: {
"change input.autocomplete": "update"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With