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
Was this page helpful?