Closed
Description
Preconditions
- Magento v2.1.6
Steps to reproduce
- Create a form uicomponent
- Create a wysiwyg editor field
- Add a default value
Expected result
- The default value should be used when no value is set. This works properly for other fields like textarea's etc.
Actual result
- The default value is not used. Editor is empty
How to fix
Edit
magento2/app/code/Magento/Ui/view/base/web/js/form/element/wysiwyg.js
Change value in the defaults object to null. Currently it's ''
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for development