Hinticon tooltip argument is not recognized
Good evening everyone, how are you? I'm trying to create a tooltip with filament, but the tooltip argument where the tooltip text is passed is not recognized, I took it straight from the documentation. Any idea what's going on?
TextInput::make('assistent.group_name')
->placeholder(('assistent::setup.one.form.placeholder.group_name'))
->label(('assistent::setup.one.form.label.group_name'))
->hintIcon('heroicon-o-question-mark-circle', tooltip: 'test')
error: Unknown named parameter $tooltip
7 Replies
Run ‘php artisan about’ what version of filament do you have installed.
@awcodes good evening! first: thank you for answering
here the result php artisan about
Installed .................................................................................................................... en, es, pt_BR
LaravelLang\Attributes\Plugin ....................................................................................................... v2.4.0
LaravelLang\Lang\Plugin ............................................................................................................ 12.24.2
Protected Locales ................................................................................................................ en, pt_BR
Publisher Version .................................................................................................................. v14.7.0
Filament ...................................................................................................................................
Packages ................................................................................... filament, forms, notifications, support, tables
Version ........................................................................................................................... v2.17.53
Views ........................................................................................................................ NOT PUBLISHED
LaravelLang\Attributes\Plugin ....................................................................................................... v2.4.0
LaravelLang\Lang\Plugin ............................................................................................................ 12.24.2
Protected Locales ................................................................................................................ en, pt_BR
Publisher Version .................................................................................................................. v14.7.0
Filament ...................................................................................................................................
Packages ................................................................................... filament, forms, notifications, support, tables
Version ........................................................................................................................... v2.17.53
Views ........................................................................................................................ NOT PUBLISHED
Ah. Ok, I think this is a v3 feature and you’re on v2.
@awcodes
now I get another error when trying to update the filament
I try this, but not success https://github.com/filamentphp/filament/discussions/7491
GitHub
Filament 3 upgrade problems · filamentphp filament · Discussion #74...
Could someone please advise me on how to upgrade from Filament v2 to v3? I'm sure it's something obvious to developers familiar with composer. My current package versions from about: Larave...
result composer require filament/upgrade:"^3.0-stable" -W --dev
@Fabio Umpierre are you following the upgrade guide here - https://filamentphp.com/docs/3.x/forms/upgrade-guide ?
They also have a link to the upgrade guide for Livewire v3 near the top of this page.
@Alex Six good evening
Yes, I'm following this guide, but I'm having some problems after running the tutorial from this link