dmitrybubyakin / nova-medialibrary-field

Laravel Nova field for managing the Spatie media library
MIT License
264 stars 61 forks source link

help() not appearing on Medialibrary field or custom fields #101

Closed ghost closed 3 years ago

ghost commented 3 years ago

Help text does not appear on Medialibrary field. Also help text within the -fields() method is not appearing.

Medialibrary::make(…)
    ->help( 'NOT APPEARING' )
    ->fields(function(){
        Text::make(…)
            ->help( 'NOT APPEARING' )
    })

:(

dmitrybubyakin commented 3 years ago

@JonathanDoelan Can't reproduce. What version of Nova do you use? image

ghost commented 3 years ago

nova version is "version": "3.15.0" and it only happens with your package …

I’ve tried to reinstall all composer packages as well as nova 3.15.0 and published resources via php artisan nova:publish but help text is still not appearing …

dmitrybubyakin commented 3 years ago

@JonathanDoelan Ok. I'll try to find out and fix that.

ghost commented 3 years ago

https://github.com/laravel/nova-issues/issues/3095#issuecomment-737142016

dmitrybubyakin commented 3 years ago

@JonathanDoelan Thank you. Fixed.