Is there a way for the multi select filters to restore the selection after reloading the page? #1950
johannesMEGABAD
started this conversation in
General
Replies: 1 comment
-
@luanfreitasdev I would be ready to create the pull request for the fix. But I am using already the updated view from my last pull request in this one. Please let me know if you want me to put both updates into one pull request or if I should create a new one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so right now when persisting filters the multiselect filters are staying empty.
Neither tom-select nor slim-select restores the selection.
The filters are being applied correctly but the select itself is empty.
I was able to get it fixed by writing a custom javascript which for slim-select utilizes the setSelected function... but then I also needed to adjust the view of the select.blade.php file..
Is there any way this might work @luanfreitasdev ?
Edit:: I fixed it .. pull request coming soon
Beta Was this translation helpful? Give feedback.
All reactions