Hi,
I have a problem with a nested resource that has a CkEditor 5 field using the mostafaznv/nova-ckeditor module.
When submitting the form, the value of the field is not retrieved, so it is submitted as an empty value.
Not sure if it isn't a problem of the CkEditor module, but any advise is welcome.
nova-ckeditor package store the editor reference inside a vue $options object. The key used to store editor is not unique because does not use formUniqueId, but only the field attribute.
Hi, I have a problem with a nested resource that has a CkEditor 5 field using the mostafaznv/nova-ckeditor module. When submitting the form, the value of the field is not retrieved, so it is submitted as an empty value. Not sure if it isn't a problem of the CkEditor module, but any advise is welcome.
Thanks!