drobee / nova-sluggable

Slug field for Laravel Nova
MIT License
45 stars 23 forks source link

Match TextField.Vue file in nova #8

Closed alexhiggins closed 5 years ago

alexhiggins commented 5 years ago

The issue is If you have a field that generates html (e.g. through this macro https://github.com/laravel/nova-issues/issues/672 see - linkToDetail) You just see the HTML generated rather than the title and a link to the resource.

drobee commented 5 years ago

Thank you, @alexhiggins!