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
Consider a form contains HTML element, its content will be displayed correctly in normal mode. But if we setup form with initial data, the content of the HTML element will be rendered twice.
For 4.21.x we had to apply a workaround to resolve this behavior. To fix our own forms we changed the default html tag to "div" (from "p") and had to remove any html from the content that was registering as invalid.
Otherwise, this will be resolved in our 5.x official release. (Should be working in the latest 5.0.0-rc version)
Describe the bug
Consider a form contains HTML element, its content will be displayed correctly in normal mode. But if we setup form with initial data, the content of the HTML element will be rendered twice.
Version/Branch
Formiojs version 4.21.2
To Reproduce
Expected behavior
HTML content is expected to be rendered once but twice.
Screenshots
The text was updated successfully, but these errors were encountered: