angular2-tinymce
angular2-tinymce copied to clipboard
form remains pristine when we change text color
form becomes dirty only when text is filled, not when style change
to reproduce it, just apply a font color change
Are you using textcolor plugin? I've initialised module with
TinymceModule.withConfig({
branding: true,
plugins: ['textcolor'],
toolbar: "forecolor backcolor"
})
And form becomes dirty when style changes.
Can you please provide a reproduction repo?