Skip to content
Snippets Groups Projects
Unverified Commit d96294d1 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #25391 from colemanw/fixChangeBackport

Fix #4083 - Broken autocomplete Afform widget (backport)
parents c8c56978 83b43403
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