You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create vanilla aurelia-cli (1.0.1) project with following settings:
Follow webpack instructions for this plugin
Problem:
froala-editor custom element never updates the bound value and no events are ever called
Update:
It appears that if the event listeners are added by specifying them in the config passed to the FroalaEditor class instead of adding them to the DOM element, then they are called appropriately.
The text was updated successfully, but these errors were encountered:
Create vanilla aurelia-cli (1.0.1) project with following settings:
Follow webpack instructions for this plugin
Problem:
Update:
It appears that if the event listeners are added by specifying them in the config passed to the FroalaEditor class instead of adding them to the DOM element, then they are called appropriately.
The text was updated successfully, but these errors were encountered: