Skip to content
Snippets Groups Projects
Commit 7894a138 authored by colemanw's avatar colemanw
Browse files

Fix #4083 - Broken autocomplete Afform widget

parent 1ebafabe
Branches 5.69
No related tags found
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