0
I need my custom component when making a value assignment it does not send events, when I set it in patchValue or setValue.
patchValue { onlySelf: true, emitEvent: false }
when setting the initial value it fires the this.onChangeCallback(v)
set value(v: any) {
this.onChangeCallback(v);
}
onChangeCallback: (_: any) => void = () => {};
ignoring the emitEvent: false