Lupennat / nova-nested-many

Laravel Nova Nested Many
MIT License
15 stars 6 forks source link

Compatibility with mostafaznv/nova-ckeditor #16

Closed milenishte closed 1 year ago

milenishte commented 1 year ago

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!

Lupennat commented 1 year ago

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.

Lupennat commented 1 year ago

PR opened

Lupennat commented 1 year ago

PR merged