modxcms / fred

The friendly front-end editor for visual, drag-and-drop content building in MODX CMS
https://fred.modx.com
MIT License
57 stars 25 forks source link

data-fred-target not saving to field. #475

Open Jsewill opened 1 year ago

Jsewill commented 1 year ago

While testing with brave and firefox, fred doesn't update the value of a given editable field with the edited value while using data-fred-target:

<p class="lead" data-fred-name="intro" data-fred-target="introtext" contenteditable="true">[[*introtext]]</p>

The same behavior is observed when using all other valid data-fred-target fields, including TVs (prefixed with tv_ as per the documentation). I have yet to test other browsers. Any help would be much appreciated!

Jsewill commented 1 year ago

This would be very nice to have working!