outl1ne / nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.
MIT License
51 stars 36 forks source link

Attach File button on Trix Editor does not work #14

Open SalehHub opened 4 years ago

SalehHub commented 4 years ago

I couldn't get the Attach File button on Trix Editor to work.

Thank you for this package btw.

phuclh commented 3 years ago

I got the same issue.

eugenl1nde commented 11 months ago

Hey!

Just wanted to give you a heads up - The file attachment upload is indeed not currently working. The problem is that the trix field attachment isn't getting parsed and saved along with the post request to the database.

I'm keeping this issue open because I believe fixing it would solve some use cases but there is no ETA at the moment.

Feel free to open up a pull request however. We will take look into it and add it to the next release if everything looks good 🚀