Try adding onlySelf: true along with the emitEvent: false in this way:
this.ticketForm.patchValue(ticket, {emitEvent: false, onlySelf: true});
Try adding onlySelf: true along with the emitEvent: false in this way:
this.ticketForm.patchValue(ticket, {emitEvent: false, onlySelf: true});