nova-slug-field
nova-slug-field copied to clipboard
Make TextWithSlug index field inline with regular text field
I wanted to use \Benjaminhirsch\NovaSlugField\TextWithSlug
with asHtml
in combination with displayUsing
to create a link but noticed that this behaviour differs from the regular \Laravel\Nova\Fields\Text
. This fixed that