Closed iAmKevinMcKee closed 3 years ago
@iAmKevinMcKee thanks for the report! I have submitted a PR with a fix #2251.
Hope this helps!
👋 Oh Hi! I'm Squishy, the friendly jellyfish that manages Livewire issues.
I see this issue has been closed.
Here in the Livewire repo, we have an "issues can be closed guilt-free and without explanation" policy.
If for ANY reason you think this issue hasn't been resolved, PLEASE feel empowered to re-open it.
Re-opening actually helps us track which issues are a priority.
Reply "REOPEN" to this comment and we'll happily re-open it for you!
(More info on this philosophy here: https://twitter.com/calebporzio/status/1321864801295978497)
Description
I am getting a checksum error (corrupt data) when I try to change entangled values.
Exact steps to reproduce
I need dependent selectpickers. The contrived example is where you have states and cities. Select a state, and the
cities
update with just the cities associated to that state. Then you can choose multiple cities.https://user-images.githubusercontent.com/4503765/102845164-8b0cd800-43d2-11eb-8dc4-062b801e0657.mp4
Stripped-down, copy-pastable code snippets
Context