When using the Froala Editor in an Angular Reactive Form, the formcontrol value isn't properly updated after the 'formcontrol' has been reset.
Expected Behavior
After the formcontrol is reset, changes made to the contents of the Froala Editor should update the formcontrol value with the corresponding changes.
Current Behavior
Making a change to the contents of the editor initially updates the formcontrol value as expected. However, after you make a change, reset the formcontrol, and then make the same change again, the formcontrol value does not update from the value it was given upon reset. Another change must be made in addition to the first for the formcontrol value to update properly.
See StackBlitz example below for a demonstration of this issue.
Steps to Reproduce
StackBlitz Demo
Includes steps to reproduce
When using the Froala Editor in an Angular Reactive Form, the
formcontrolvalue isn't properly updated after the 'formcontrol' has been reset.Expected Behavior
After the
formcontrolis reset, changes made to the contents of the Froala Editor should update theformcontrolvalue with the corresponding changes.Current Behavior
Making a change to the contents of the editor initially updates the
formcontrolvalue as expected. However, after you make a change, reset theformcontrol, and then make the same change again, theformcontrolvalue does not update from the value it was given upon reset. Another change must be made in addition to the first for theformcontrolvalue to update properly.See StackBlitz example below for a demonstration of this issue.
Steps to Reproduce
StackBlitz Demo
Includes steps to reproduce