outl1ne / nova-settings

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

Textarea does not render helper text #128

Closed jaxramus closed 1 year ago

jaxramus commented 2 years ago
\Outl1ne\NovaSettings\NovaSettings::addSettingsFields([
  Panel::make('Settings', [
    Textarea::make('New Lead Emails')
      ->alwaysShow()
      ->help('
        Enter one email address per line.
    '),

    Textarea::make('New Contact Emails')
      ->alwaysShow()
      ->help('
        Enter one email address per line.
    '),
  ]),

The textareas show up and work, but they do not show the help text.

Tarpsvo commented 1 year ago

What's your Nova and nova-settings version? The help texts seem to work for me.

mberatsanli commented 1 year ago

@jaxramus check out my fix https://github.com/outl1ne/nova-settings/pull/135

Tarpsvo commented 1 year ago

Thanks to @mberatsanli for the PR! The fix was released in version 5.0.5.