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
Description of expected behavior and the observed behavior
I would expect accordion.active to return list of active cards. Now it returns an empty list even if some card is open.
Also setting values to accordion.active I would expect to open only selected cards. Now it opens selected cards, but does not close the ones that were not selected.
Complete, minimal, self-contained example code that reproduces the issue
ALL software version info
Python 3.7.6, panel==0.10.3
Description of expected behavior and the observed behavior
accordion.active
to return list of active cards. Now it returns an empty list even if some card is open.accordion.active
I would expect to open only selected cards. Now it opens selected cards, but does not close the ones that were not selected.Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: