Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with reactive forms #12

Open
raju1014 opened this issue Feb 20, 2020 · 2 comments
Open

Integration with reactive forms #12

raju1014 opened this issue Feb 20, 2020 · 2 comments
Labels

Comments

@raju1014
Copy link

Hey, please let me know whether it is supported with reactive-forms(formControlName).
Because my requirement is there will be a form which is generated dynamically, based on that each row/form-group will have the script editor. So while saving form i need to get the data separately for each and every group.

@hopeng
Copy link

hopeng commented Apr 13, 2021

Hi, it doesn't seem to work if I have the element inside a

. The editor is not showing at all. Are you able to add support? This tool so good! But it's much less useful if it can't work with forms. Thanks.

@john8329
Copy link

john8329 commented Jan 3, 2024

    <ace
      [value]="form.controls.Contents.value!"
      (valueChange)="form.controls.Contents.setValue($event || ''); form.controls.Contents.markAsDirty()"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants