-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Tab select fix #7470
Tab select fix #7470
Conversation
🪼 branch checks and previews
Install Gradio from this PR pip install https://gradio-builds.s3.amazonaws.com/143b4dc74ae9f2fb95790973bbe9077a2c40cefa/gradio-4.19.1-py3-none-any.whl Install Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@143b4dc74ae9f2fb95790973bbe9077a2c40cefa#subdirectory=client/python" |
🦄 change detectedThis Pull Request includes changes to the following packages.
With the following changelog entry.
Maintainers or the PR author can modify the PR title to modify this entry.
|
…o fix_tab_id
Tested with the demo in #7449 and works great. Thanks for fixing this @aliabid94! |
Thanks @aliabid94! We've increased what's possible with
|
Co-authored-by: Aarni Koskela <akx@iki.fi>
ok added all the functional tests @abidlabs |
Cool thanks! We should be good to merge then once they pass |
Fixes issue with tab.select listener not working when it's visiblity is toggled:
Fixes: #7449 Fixes: #7189