monsieurbiz / SyliusRichEditorPlugin

This plugin add a rich editor on fields to be able to drag and drop elements and edit it.
MIT License
65 stars 36 forks source link

Detect changes on Rich Editor inputs field #170

Open Loocos opened 2 years ago

Loocos commented 2 years ago

Hello,

I'm wondering how can we easly detect changes on rich editor fields because I want to implement this : https://plugins.jquery.com/are-you-sure/

After adding/removing any part of a rich editor field, I need to reload the hidden input field in order to make the "Are you sure" working well.

Can we handle that with the current version of the JS ? If yes, any help will be appreciated

Thanks in advance!