Hi,
I am having trouble getting onValueSuggest to fire for ui.suggest. onBlur works just fine, and the control is working correctly as well.
$scope.doInit = function(root){
var cs = $$('client');
cs.attachEvent("onValueSuggest", function(e){
console.log('item selected');
});
console.log(cs.hasEvent("onValueSuggest")); //shows true
};
The control is being configure for Angular.
Any assistance would be kind.
Thanks,
R