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
When using the Form Builder it's possible to convert a textarea to a TinyMCE rich text area. As with all fields, when building a form you can insert initial values into the field, which are then visible to a user when the form is subsequently rendered.
However, there is a bug when using a TinyMCE field, that results in inputted data being cleared when toggling between edit mode.
Environment Details:
formBuilder Version: Latest version
Browser: Edge, Chrome
OS: Windows
Expected Behavior
Inserted text in a TinyMCE field should be preserved when opening and closing the field's option menu.
Actual Behavior
Inserted text is lost.
Steps to Reproduce
You can reproduce this as follows:
Insert a text area onto a blank form
Convert that text area to a TinyMCE field using the type option
Insert some text into the field
Click on the edit icon for that field
Click on the close button for the edit options
The originally inserted text will have vanished
The text was updated successfully, but these errors were encountered:
Description:
When using the Form Builder it's possible to convert a textarea to a TinyMCE rich text area. As with all fields, when building a form you can insert initial values into the field, which are then visible to a user when the form is subsequently rendered.
However, there is a bug when using a TinyMCE field, that results in inputted data being cleared when toggling between edit mode.
Environment Details:
Expected Behavior
Inserted text in a TinyMCE field should be preserved when opening and closing the field's option menu.
Actual Behavior
Inserted text is lost.
Steps to Reproduce
You can reproduce this as follows:
The text was updated successfully, but these errors were encountered: