wynfred
wynfred
Hi, thank you for reporting the issue. Unfortunately, I didn't find a way to resolve this, but I believe you can work around this by adding the animation to the...
Related: https://github.com/angular/angular/issues/9947 https://github.com/angular/angular/issues/17404
@ma2ciek Thanks!
@ma2ciek Thanks for the POC! I just found ckeditor supports a `tagName` so it is able to create a . I'm wondering if the directive `matInput` can be added there...
I tried this myself and finally got it kind of worked. Basically what I did is changing the template to `template: ''` and pass the textarea element to `ckeditor.create` using...
@ma2ciek could you take a look at my second comment? didn't @ you on that one
1. Maybe we don't have to make it work like a matInput since ckeditor should handle most of the functions, but we can make it looks like a matInput. 2.So...
Yes, I tried that branch and it works fine. I'm trying to find a way to make it configurable, but maybe I did it wrong. I'll make a branch/PR to...
@ma2ciek you're right, my implementation isn't right. what i saw before is a `textarea` with a tool bar from ckeditor so i thought it works. it's not a div contenteditable...
Some updates on this issue: I added a directive in [mat-contenteditable](https://github.com/wynfred/mat-contenteditable) that makes ckeditor work with form-field. @ma2ciek Let me know if you are interested in making the directive part...