awcodes / filament-tiptap-editor

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

fix: custom block data null in v3.2.13 #274

Closed phuongvietvu0306 closed 8 months ago

phuongvietvu0306 commented 8 months ago

related to issue #271

awcodes commented 8 months ago

Can you verify that this still works with content/data that has single quotes in it please.

phuongvietvu0306 commented 8 months ago

I dont write unit test yet but here are screenshots of my manual testcase I can think of Still works with single/double quote and newline break (\n)

Screenshot with browser inspection: Screen Shot 2023-12-21 at 21 16 00

Screenshot when open modal to update: Screen Shot 2023-12-21 at 21 17 59

Screenshot of database: Screen Shot 2023-12-21 at 21 16 22

awcodes commented 8 months ago

Thanks.