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
Describe the bug
Hi, I want to get a automatic switching effect in rx.tab, but param ‘is_selected’ seems not work,perhaps my code was written incorrectly
Expected behavior
In my test code,I think it should show the ‘New’ Panel, that is right?
Additional context
actually,I want to do some operation in the ‘New’ panel, and then I expect it could automatic switch to the ‘Pipeline’ panel when I click ‘done’ button,I want to control this behavior by is_selected, but it not work
The text was updated successfully, but these errors were encountered:
there is a 'default_index' param in rx.tabs could show fix index page onloading first,
about ’ is_selected‘ param in rx.tab,I think that could be done by custom another component to implement this
by the way,I noticed that reflex can not deal with long-time async call,it means UI will be blocked before current action done,so wait until new update
Describe the bug
Hi, I want to get a automatic switching effect in rx.tab, but param ‘is_selected’ seems not work,perhaps my code was written incorrectly
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In my test code,I think it should show the ‘New’ Panel, that is right?
Additional context
actually,I want to do some operation in the ‘New’ panel, and then I expect it could automatic switch to the ‘Pipeline’ panel when I click ‘done’ button,I want to control this behavior by is_selected, but it not work
The text was updated successfully, but these errors were encountered: