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 example code for the cal_proxy_toggle function does not work as expected. Specifically, the checkbox selections do not just toggle the clicked boxes, but all calendars are affected (see attached). This seems to be due to:
in which toHide = FALSE and toHide = TRUE are supposed to toggle the "to show" and "to hide" calendars, respectively, in the list of calendars from the check box group. However, it appears that cal_proxy_toggle() just toggles the calendars, regardless of how the toHide parameter is set.
The example code for the cal_proxy_toggle function does not work as expected. Specifically, the checkbox selections do not just toggle the clicked boxes, but all calendars are affected (see attached). This seems to be due to:
in which
toHide = FALSE
andtoHide = TRUE
are supposed to toggle the "to show" and "to hide" calendars, respectively, in the list of calendars from the check box group. However, it appears that cal_proxy_toggle() just toggles the calendars, regardless of how thetoHide
parameter is set.sessionInfo
The text was updated successfully, but these errors were encountered: