tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
330 stars 92 forks source link

INT-2158: Use modelEvents to define NgModel event triggering #164

Closed jscasca closed 4 years ago

jscasca commented 4 years ago

This should enable users to select which events trigger the NgModel update. By default we are using change keyup undo redo. Ideally, we want to change keyup to input but in order to avoid breaking users currently leveraging the keyup binding we will change that until the next major release. In the meantime users can set the input event via the modelEvents property

Fixes #163

glennpenridge commented 4 years ago

@jscasca - can you pull in @dallasclark to have a look please? He's our Angular resource in DX.