Description
What happened?
There is an issue with MetaData Editing when using the TextFieldTagHelper
& RichTextTagHelper
inside of a P tag, as they wrap the inner content in a div
tag, which can't be inserted inside of a P Tag and so breaks the rendering and MetaData fails.
Checking how JSS handles this and those elements should be span
tags instead.
Code of Conduct
- I agree to follow this project's Code of Conduct