We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys
Is there any event listener about blur or change action in input?
The text was updated successfully, but these errors were encountered:
add this "onBlur": "&" to scope. add onBlur to selectResult:
"onBlur": "&"
vm.selectResult = function(result) { if (vm.matchClass) { result.title = result.title.toString().replace(/(<([^>]+)>)/ig, ''); } vm.searchStr = vm.lastSearchTerm = result.title; // vm.selectedObject = result; vm.selectedObject = result.originalObject; vm.onBlur({user:result.originalObject}); vm.searchStr = ""; vm.showDropdown = false; vm.results = []; //$scope.$apply(); }
and this :
<ibd-autocomplete-input id="{{vm.unicId}}" placeholder="{{vm.unicId}}" pause="100" selectedobject="vm.input" localdata="vm.allUsers" searchfields="username" titlefield="username" minlength="1" imagefield="pic" inputclass="form-control form-control-small" on-blur = "vm.addUser(user)" />
Sorry, something went wrong.
No branches or pull requests
Hi guys
Is there any event listener about blur or change action in input?
The text was updated successfully, but these errors were encountered: