nova-slug-field icon indicating copy to clipboard operation
nova-slug-field copied to clipboard

Render a help text the field

Open alies-dev opened this issue 4 years ago • 1 comments

Nova fields have help text that can be specified by ->help($text) method. Both TextWithSlug and Slug don’t render this help text.

alies-dev avatar Dec 30 '20 17:12 alies-dev

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.

elliottregan avatar Feb 23 '21 14:02 elliottregan