-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Solve problem with unset batch checkbox`s after back via browser history #6466
Solve problem with unset batch checkbox`s after back via browser history #6466
Conversation
Can you confirm that you tried it on your project and it worked ? |
Of course. Checked this in google chrome 85. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand how this could have an inpact to this bug, but it won't break anything.
https://stackoverflow.com/questions/37933043/reset-checkbox-checked-state-go-back-from-history |
I remember struggling with iCheck some time ago. In this case looks more like an iCheck issue, maybe we should make some call to update the iCheck checkboxes after loading the page. |
What is expected result? Checkboxes are show checked or not? |
Ok! I thought we wanted to check the previously selected boxes. Can you please also change it in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like you totally change your strategy to fix the issue ?
Previously you added autocomplete=false
, can you explain the new strategy ?
Yes. @core23 says that want to see previously checked inputs. |
Ok, I think that's a good idea indead. WDYT about adding a comment to explain this, something like
|
Co-authored-by: Javier Spagnoletti <[email protected]>
Thanks @kirya-dev |
Subject
I am targeting this branch, because would like make better sonata-admin.
Closes #6430.
Changelog