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
The documentation for accordion_panel_close() indicates that the param values can be set to TRUE to close all panels within the accordion identified in id. However, this behavior is not seen when the target accordion's multiple param is set to FALSE. In those instances, accordion_panel_close() with values=TRUE will only impact the last panel. This means that if the one of the non-last panels is the one panel that is open when multiple=FALSE, the call to accordion_panel_close() with values=TRUE will have no effect.
Describe the problem
The documentation for
accordion_panel_close()
indicates that the paramvalues
can be set toTRUE
to close all panels within the accordion identified inid
. However, this behavior is not seen when the target accordion'smultiple
param is set toFALSE
. In those instances,accordion_panel_close()
withvalues=TRUE
will only impact the last panel. This means that if the one of the non-last panels is the one panel that is open whenmultiple=FALSE
, the call toaccordion_panel_close()
withvalues=TRUE
will have no effect.Session Info
The text was updated successfully, but these errors were encountered: