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

Notes field does not show on front end #68

Open HeadStudios opened 11 months ago

HeadStudios commented 11 months ago

I have followed instructions and added Trait and custom notes field to Nova resource however it is not showing for me

https://share.zight.com/rRumZzZg

Thank you!

JJCLane commented 8 months ago

For me this was caused by an invalid date format due to changes in the moment JS library. Using dd MMM yyyy HH:mm in the nova-notes-field.php works instead.

KasparRosin commented 8 months ago

image Caught this from your video. Could it be cause you have addingNotesEnabled set to false?