Is there a way to activate a change
event on a text box within a backbone view?
I attempted the following:
events: {
"onChanged input.autocomplete": "update"
}
The update
function did not trigger. I even attempted change
.
What event should I utilize for text modification?