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
fromshiny.expressimportinput, render, ui@render.expressdefmyrender():
ui.input_select("sel", None, ["All", "So", "Much"], selected="All")
input.sel()
"Sadly, we never get here - silently. Poor user will never know why.""Actually, nothing is rendered at all."
Expected behavior:
Complexity of dealing with circular dependencies (detecting, and whenever possible, avoiding in a manner of least user surprise) is understood. Yet, apparently, would be nice to do something about such cases.