outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
273 stars 97 forks source link

Panels don't show help text #61

Closed thelevicole closed 3 years ago

thelevicole commented 3 years ago

I'm running into the issue where I have fields within a \Laravel\Nova\Panel using the help() method however, this does not appear to render.

Example:

NovaSettings::addSettingsFields([
  Panel::make(__('Settings group'), [
    Text::make(__('Example field'), 'example'),
  ])->help('This panel help text does not render.'),
]);

Expected result: expected

Actual result: actual

Tarpsvo commented 3 years ago

Heya! Thanks for reporting this. The issue is now fixed in version 3.2.0. Good luck!