You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
fix: 🐛 select all state correctly reflected after rerendering
If the number of options increases when rerendering but the number of
selected values stays the same, Picky should not report that all values
are selected. This change adds additional checks to see if the number
of options changes between rerenders and sets the state accordingly.
✅ Closes: #134
0 commit comments