How to get active tab in beforeValidation()
What I am trying to do: I have a Wizard with Steps. In the first Step, I have two tabs:
Alternate: On switch tab set the package id (custom package_id = 0).
Additional: I found this https://github.com/filamentphp/filament/discussions/11375 but its only in non-static context. The forms are normally static and i dont wanna change that
- The first is custom component, where you can select packages.
- The second is a custom component, where the user can put together the package by him self with selects.
Alternate: On switch tab set the package id (custom package_id = 0).
Additional: I found this https://github.com/filamentphp/filament/discussions/11375 but its only in non-static context. The forms are normally static and i dont wanna change that
GitHub
Package Panel builder Package Version v3.2 How can we help you? Hi everyone. I need to get the current tab of my tab component when the create method runs. But nothing really seems to work public ?...