Wizard Step depend on Select Value Causing Problem
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.10 Replies
Video Show the problem.
Here's Simple Example
up..
GitHub
Wizard Step depend on Select Value Causing Problem · filamentphp fi...
Package Panel builder Package Version v3.2.117 How can we help you? I have Wizard That has One Step and this step includes ToggleButton to select I have another Step that is only visible with one o...
@LeandroFerreira Yes I have post it there as well 🙂
I tried to add a wire:key random to update the whole form after updating the toggle status, but this didn't work..
Yes, I was thinking about it and already tried but no luck 😦
Up..
Hello
Any updates here? i have the same issue
@Medo can be fixed using "template" tag
File -> vendor/filament/forms/resources/views/components/wizard.blade.php
@andrii3231 Correct this is the solution thank you, there's an Issue opened here
https://github.com/filamentphp/filament/issues/14694
GitHub
Wizard Step depend on Select Value Causing Problem · Issue #14694 ·...
Package filament/filament Package Version 3.2.117 Laravel Version 11.27.2 Livewire Version 3.5.6 PHP Version 8.3.13 Problem description I have Wizard That has One Step and this step includes Toggle...