How can I trigger an event changein a text field in trunk mode?
change
I tried:
events: { "onChanged input.autocomplete": "update" }
updatenot fired. I also tried change.
update
What is the name of the text messaging event?
This should work:
events: { "change input.autocomplete": "update" }