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 wrong tabs layout on validation error after page reload #5992

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

jmariller
Copy link

This fixes #5980

@javiereguiluz javiereguiluz added this to the 4.x milestone Nov 1, 2023
@javiereguiluz
Copy link
Collaborator

Thanks @jmariller.

I tried to solve this "in a better way". by trying to use only form options, etc. I just wasted 1 hour. I can't update the form options in the post_submit event (and in Symfony Docs I can't find much information about form events), I don't know if this could be solved with form attributes (Symfony Docs doesn't explain them), etc.

So, your proposal is really the best way to solve this. Let's merge it. Thanks

@javiereguiluz javiereguiluz merged commit b5c9b7a into EasyCorp:4.x Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong Tabs layout on validation error after page refresh
2 participants