I've got a custom textfield that uses the autocomplete mixin. Everything is working great except that when the user clicks on an item in the matchlist, the onValueChanged event is not triggered.
I'm it's possible, but I'm in over my head. As far as I can tell, I would need to trigger an event based on a clicked or mouseup event from the matchlist. The problem is, the matchlist is generated dynamically, so I don't know how to dynamically attach a callback to something that is itself dynamically generated. Any ideas??