nova-slug-field
nova-slug-field copied to clipboard
Render a help text the field
Nova fields have help
text that can be specified by ->help($text)
method. Both TextWithSlug
and Slug
don’t render this help text.
attributes
would be nice, too. I'm looking to make the slug non-editable, so users can't mangle the slug with spaces, and Slug::make('slug')->attributes(['readonly'])
would allow me to do that.