-
Notifications
You must be signed in to change notification settings - Fork 7
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
selecting a tab programmatically in SuperTabs #518
Comments
In the end, this works:
|
hello @jorgheymans - thanks for using SuperFields and apologies for the delay (just ended the summer holiday and I am getting back to regular work)
however, yours is a valid use case, and I agree that it should be possible to just select a tab and be done with it ;) so I will make it work (selecting a tab programatically will change the value of no promises on the release date, but I will do my best to have it in early September :) |
Thanks for the feedback, indeed using setValue one could achieve the same thing. Actually, the only reason we are using SuperTabs instead of regular tabs is |
@jorgheymans fyi superfields |
@vaadin-miki ok will do, many thanks for this ! |
I am keeping track of the
Tab
instances I am adding to my SuperTabs instance, and was hoping to programmatically callsetSelected(true)
on them when needed (my use case is direct link to a specific tab). However this does not seem to work. Maybe there is a mechanism in SuperTabs already that i'm overlooking to do this ?The text was updated successfully, but these errors were encountered: