Skip to content
Snippets Groups Projects
Commit 83b43403 authored by colemanw's avatar colemanw
Browse files

Fix #4083 - Broken autocomplete Afform widget

parent c8c56978
Branches
Tags
No related merge requests found
......@@ -753,7 +753,7 @@
if (ctrl.ngModel) {
// Ensure widget is updated when model changes
ctrl.ngModel.$render = function() {
element.val(ctrl.ngModel.$viewValue || '').change();
element.val(ctrl.ngModel.$viewValue || '');
};
// Copied from ng-list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment