arnaucreagia
arnaucreagia
FFilament
Created by arnaucreagia on 8/21/2023 in #❓┊help
Wizard last tab check after submitting?
I guess like you say with CSS I can do it
12 replies
FFilament
Created by arnaucreagia on 8/21/2023 in #❓┊help
Wizard last tab check after submitting?
Yeah I tried changing the icon of the last step according if the form is submitted. The problem was my 'heroicon-o-check' icon does not have the bg painted as the ones in form do.
12 replies
FFilament
Created by arnaucreagia on 8/21/2023 in #❓┊help
Wizard last tab check after submitting?
It doesn't redirect anywhere because it is a isolated form.
12 replies
FFilament
Created by arnaucreagia on 8/21/2023 in #❓┊help
Wizard last tab check after submitting?
And for the user to know it has completed the last step I want the check.
12 replies
FFilament
Created by arnaucreagia on 8/21/2023 in #❓┊help
Wizard last tab check after submitting?
Because I want to show like a Thank you for answering View as a last step but don't want it to be a new tab.
12 replies
FFilament
Created by arnaucreagia on 8/21/2023 in #❓┊help
Wizard last tab check after submitting?
Help pls 🆘
12 replies
FFilament
Created by arnaucreagia on 8/12/2023 in #❓┊help
Action in Form never stops loading
Could you share me the report pls?
14 replies
FFilament
Created by arnaucreagia on 8/12/2023 in #❓┊help
Action in Form never stops loading
Where is the report?
14 replies
FFilament
Created by arnaucreagia on 8/12/2023 in #❓┊help
Action in Form never stops loading
Yeah? Sry for openning another ticket, didn't see
14 replies
FFilament
Created by arnaucreagia on 8/12/2023 in #❓┊help
Action in Form never stops loading
14 replies
FFilament
Created by arnaucreagia on 8/12/2023 in #❓┊help
Action in Form never stops loading
Nope, I have just this action
14 replies
FFilament
Created by arnaucreagia on 8/12/2023 in #❓┊help
Action in Form never stops loading
FYI the same Action in the Admin panel works perfectly
14 replies
FFilament
Created by arnaucreagia on 8/11/2023 in #❓┊help
Is it possible to hide a action's icon and just show a label?
Ty! Didn't think this one
20 replies
FFilament
Created by arnaucreagia on 8/11/2023 in #❓┊help
Is it possible to hide a action's icon and just show a label?
Ty, I think it would be useful
20 replies
FFilament
Created by arnaucreagia on 8/11/2023 in #❓┊help
Is it possible to hide a action's icon and just show a label?
Sry I typed wrong
20 replies
FFilament
Created by arnaucreagia on 8/11/2023 in #❓┊help
Is it possible to hide a action's icon and just show a label?
Filament\Forms\Components\Actions\Action
20 replies
FFilament
Created by arnaucreagia on 8/11/2023 in #❓┊help
Is it possible to hide a action's icon and just show a label?
I want the Action to show 'Comprova' and not the icon. Right now it just shows the icon.
20 replies
FFilament
Created by arnaucreagia on 8/11/2023 in #❓┊help
Is it possible to hide a action's icon and just show a label?
TextInput::make('id_card')
->label('DNI')
->suffixAction(
Action::make('dniValidation')
->label('Comprova')
->icon('heroicon-o-check')
->action(function () {
return true; //example
})
),
TextInput::make('id_card')
->label('DNI')
->suffixAction(
Action::make('dniValidation')
->label('Comprova')
->icon('heroicon-o-check')
->action(function () {
return true; //example
})
),
20 replies
FFilament
Created by arnaucreagia on 8/11/2023 in #❓┊help
Is it possible to hide a action's icon and just show a label?
Is a TextInput Action
20 replies
FFilament
Created by arnaucreagia on 8/11/2023 in #❓┊help
Is it possible to hide a action's icon and just show a label?
It shows an error message saying it needs a $name
20 replies