filament/filament
3.2.117
11.27.2
3.5.6
8.3.13
I have Wizard
That has One Step and this step includes ToggleButton
to select I have another Step that is only visible with one of the select values using ->visible()
method. " for sure select is live()
"
the problem is the function of the visible step works fine but there's no button to go to the next step.
To Got Next and prev buttons if there's new step.
Here's Simple Example
Wizard::make([
Wizard\Step::make('First Step')->schema([
ToggleButtons::make('check_if')->boolean()->live()
]),
Wizard\Step::make('only_if_true')->schema([
TextInput::make('other_field'),
])->visible(fn(Get $get) => $get('check_if')),
]),
https://github.com/EGYWEB-Mohamed/Filament-Wizard-Steps-Problem
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too