nativescript-angular
nativescript-angular copied to clipboard
EmitEvent: false Angular Forms not Working on Modals
Environment

Describe the bug When use this.form.get(Control).setValue(value, { emitEvent: false }) i continue to receive the valuechanges event. It happens in my modals.
Expected behavior No receive value changes event when emitevent false.