Nic
Nic
What's the current state of this? Is this still being worked on?
Hi @NicoBrg-WDG, this will be fixed in 2.3.1.
It's possible by wrapping the ace-editor into a new component that implements ControlValueAccessor: ```TypeScript import { Component, EventEmitter, forwardRef, Input, Output } from '@angular/core'; import { ControlValueAccessor, NG_VALUE_ACCESSOR } from...
Hi @dedol1, thank you for reporting this issue! Which version of Angular do you use?
@dedol1 @NicoBrg-WDG @PetarBase @ArthurIbias @alexsukhodolsky Thank you for reporting this issue! I haven't been able to find the root cause yet but I'm going to take some time for it...