epartment / nova-dependency-container

A Laravel Nova field container allowing to depend on other fields values
MIT License
382 stars 163 forks source link

Nova Trix Field #192

Open Waterdhavian opened 2 years ago

Waterdhavian commented 2 years ago

When i wrap a nova trix field with this dependency container, then i cannot attach files or drag files in. They are shown in the editor but gone when i save them. Also the nova_pending_trix_attachements is not filled.

If i however moved the trix field outside of the dependency container then it starts to work again and images get saved. so i know that this plugin is causing the issue.

Anyone knows a fix or workaround?