Open alies-dev opened 3 years ago
Nova fields have help text that can be specified by ->help($text) method. Both TextWithSlug and Slug don’t render this help text.
help
->help($text)
TextWithSlug
Slug
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.
attributes
Slug::make('slug')->attributes(['readonly'])
Nova fields have
help
text that can be specified by->help($text)
method. BothTextWithSlug
andSlug
don’t render this help text.