-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically Change Tabs #349
Comments
Hi @mtanco,
The value is used for initial selection only, the selection can change only via user interaction afterwards as we discussed earlier. |
The UX issue aside, I'd expect the tab to change if value is changed. |
I can imagine an app with tabs where there's a button on one of the tabs (like a form to submit information) and when you click it to save everything it automatically takes you to the next tab. This does not seem to be currently possible with the
tab_card
.I can use
q.page['name'].items = ...my new tabs...
to dynamically change the tabs that are available butq.page['name'].value = 'tab_name'
doesn't do anything.Is this intentional and related to our "no manual navigation" conversation @mturoci ?
See video here of somewhat clunky experience where I show a "upload completed" page and make the user manually click to the next tab
https://h2oai.slack.com/files/UFY03NQ4V/F01FL131QMD/screen_recording_2020-12-02_at_11.47.27_am.mov
The text was updated successfully, but these errors were encountered: