FilamentF
Filament17mo ago
taz

Forms hint opens a modal

 Textarea::make('description')
    ->hint(OPEN A MODAL)
    ->required()

Do you know an easy way to display a modal as a hint in a Form ? Id like to create a custom Hint with full blade template control like Im used to do with Custom column in Table Builder ? Thanks you !
Was this page helpful?