You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently implementing a multi-step tour using filament-tour, and I noticed that there is a convenient event handler clickOnNext() for the "Next" button. However, I couldn't find a corresponding event handler for the "Previous" button, such as clickOnPrevious().
This absence makes it challenging to handle custom logic when the user clicks the "Previous" button, similar to what can be done with the "Next" button.
How to reproduce the bug
Is there currently a workaround for handling the "Previous" button click event? If not, are there any plans to implement this feature in the near future?
Package Version
3.0
PHP Version
8.2
Laravel Version
10
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
I am currently implementing a multi-step tour using filament-tour, and I noticed that there is a convenient event handler clickOnNext() for the "Next" button. However, I couldn't find a corresponding event handler for the "Previous" button, such as clickOnPrevious().
This absence makes it challenging to handle custom logic when the user clicks the "Previous" button, similar to what can be done with the "Next" button.
How to reproduce the bug
Is there currently a workaround for handling the "Previous" button click event? If not, are there any plans to implement this feature in the near future?
Package Version
3.0
PHP Version
8.2
Laravel Version
10
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered: