Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scroll to top in Wizard Form #12933

Merged
merged 4 commits into from
May 27, 2024
Merged

Conversation

sebapastore
Copy link
Contributor

Description

Fixes #8909

As it is described in the comments of the issue, the bug was affecting only Safari web browser. Using $nextTick solves this issue. without affecting the original behaviour.

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

@danharrin danharrin added the bug Something isn't working label May 27, 2024
@danharrin danharrin added this to the v3 milestone May 27, 2024
@danharrin danharrin merged commit b4e7719 into filamentphp:3.x May 27, 2024
5 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Wizard not scrolling to top on next
2 participants