Closed nbpro closed 2 years ago
The issue has been already fixed in https://github.com/ngx-formly/ngx-formly/releases/tag/v5.10.26, just make sure to update Formly to the latest version.
you can also use this library:https://github.com/zzhimin/ngx-ng-zorro-formly
expressionProperties: { 'options.onChange': ($viewText, $modelValue, $scope) => { console.log('hi'); }, },
onChange event is triggered in an infinite loop even though there is no user event in the browser.
Angular : 11.0.0 "@ngx-formly/core": "^5.10.14", "@ngx-formly/ng-zorro-antd": "0.0.1",