bastihilger / nova-tiptap

Laravel Nova Tiptap Field
MIT License
172 stars 61 forks source link

TipTap field can not be readonly #76

Open gemanzo opened 12 months ago

gemanzo commented 12 months ago

Hello, it seems that the Nova native "readonly" doesn't work with the TipTap field, although the method can be called and no errors were thrown.

My code: tiptap

To reproduce the issue just try to add the ->readonly() to your TipTap field.

Maybe i am missing something? Just let me know, thank you for your attention