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
When shinyswatch.theme_picker_ui() is used in dynamic UI, i.e. @render.ui, it's only initialized once. On subsequent UI updates, the select input is not initialized.
A workaround is to call shinyswatch.theme_picker_server() in the @render.ui call, which is generally going to be okay but does create more observers (reactive effects) than we want.
The text was updated successfully, but these errors were encountered:
When
shinyswatch.theme_picker_ui()
is used in dynamic UI, i.e.@render.ui
, it's only initialized once. On subsequent UI updates, the select input is not initialized.Reported by @sebovzeoueb on Discord.
A workaround is to call
shinyswatch.theme_picker_server()
in the@render.ui
call, which is generally going to be okay but does create more observers (reactive effects) than we want.The text was updated successfully, but these errors were encountered: