When double quotes are added to an attribute it breaks the HTML.
This is an "example" into title field.<div class="c318">Hello World!!!</div>
<a title="This is an "example"" class="c739">Link</a>
Thanks for the catch James
PRs are welcome
Looks like the fix only replaces the code in the Grapes editor but when getHtml() is called the issue is still present.
Inspected code:
<input type="text" name="company" placeholder="This is an "example"" required="false" data-highlightable="1" class="gjs-comp-selected">
Output from get editor.getHtml():
<input type="text" name="company" placeholder="This is an "example"" required="false"/>
@nojacko I don't build files before the release so if you're using files from dist you're still using the old one
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.