bayareawebpro / nova-field-ckeditor

Laravel Nova - CkEditor v5 Field - Media, Links & Snippet Browsers (VueJS)
MIT License
15 stars 10 forks source link

Media Browser not showing files #2

Closed JurjenRoels closed 3 years ago

JurjenRoels commented 4 years ago

Hi,

when using the FeaturedMedia, I get a modal No images are shown.

When I search for something that is not in the media Table. I get No Results in the modal.

When using a partial of the filename, that is in the media table, I get a blank modal.

I checked the nova-api call that is fired. The file is correctly returned in a json.

Working with larval 8.6.0 with nova 3.10.0

bayareawebpro commented 3 years ago

It appears there was a bug with newer versions of Nova where the transition element was hiding the content. I removed it and it's now working as expected.