awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
261 stars 71 forks source link

Cannot edit custom block form if field contains quote #267

Closed phuongvietvu0306 closed 8 months ago

phuongvietvu0306 commented 8 months ago

Filament Version

v3.1.24

Plugin Version

v.3.2.11

PHP Version

PHP 8.2

Problem description

If formSchema contains a TextInput or Textarea and this field value contains ' or ", the custom block cannot be edited anymore

Screen Shot 2023-12-20 at 15 49 36

Expected behavior

Can still edit custom block if quotes added into field's value

Steps to reproduce

Reproduction repository

No response

Relevant log output

No response