Hi,
I'm trying to make a simple connection between an in-place editor and a reactive form but nothing that I do makes it work, can someone help me with this?
Right now I tried even on one of the stackblitz samples to check if this was something related to my project, but with no success. A simple example like the one bellow does not answers to "form.valueChanges" or sets the value on the form for us to get later:
<ejs-inplaceeditor mode="Inline" formControlName="city" name="city" ></ejs-inplaceeditor>
Do I need to make something specific to make this work?
Thanks in advance.