Skip to content
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

Trigger events on programmatic change for Dropdown and Checkbox #3045

Merged
merged 3 commits into from
Jan 23, 2023

Conversation

freddyaboulton
Copy link
Collaborator

@freddyaboulton freddyaboulton commented Jan 23, 2023

Description

Fixes #2995

How to test, run the repro from the issue

checkbox_change_repro

Checklist:

  • I have performed a self-review of my own code
  • I have added a short summary of my change to the CHANGELOG.md
  • My code follows the style guidelines of this project
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

A note about the CHANGELOG

Hello 👋 and thank you for contributing to Gradio!

All pull requests must update the change log located in CHANGELOG.md, unless the pull request is labeled with the "no-changelog-update" label.

Please add a brief summary of the change to the Upcoming Release > Full Changelog section of the CHANGELOG.md file and include
a link to the PR (formatted in markdown) and a link to your github profile (if you like). For example, "* Added a cool new feature by [@myusername](link-to-your-github-profile) in [PR 11111](https://github.com/gradio-app/gradio/pull/11111)".

If you would like to elaborate on your change further, feel free to include a longer explanation in the other sections.
If you would like an image/gif/video showcasing your feature, it may be best to edit the CHANGELOG file using the
GitHub web UI since that lets you upload files directly via drag-and-drop.

@gradio-pr-bot
Copy link
Collaborator

All the demos for this PR have been deployed at https://huggingface.co/spaces/gradio-pr-deploys/pr-3045-all-demos

@freddyaboulton freddyaboulton force-pushed the 2995-checkbox-dropdown-change branch from e0c7efd to 6df272f Compare January 23, 2023 17:47
@freddyaboulton freddyaboulton marked this pull request as ready for review January 23, 2023 17:56
@freddyaboulton freddyaboulton requested review from pngwn, dawoodkhan82, aliabid94, abidlabs and aliabd and removed request for pngwn January 23, 2023 17:56
Copy link
Collaborator

@dawoodkhan82 dawoodkhan82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM!

}>();

$: if (!multiselect) {
console.log("here");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left console log by accident

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops thank you!

@freddyaboulton freddyaboulton changed the title Trigger events on change programmatic for Dropdown and Checkbox Trigger events on programmatic change for Dropdown and Checkbox Jan 23, 2023
Copy link
Member

@pngwn pngwn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@freddyaboulton
Copy link
Collaborator Author

Thank you for the quick reviews @dawoodkhan82 @pngwn !

@freddyaboulton freddyaboulton merged commit acbc695 into main Jan 23, 2023
@freddyaboulton freddyaboulton deleted the 2995-checkbox-dropdown-change branch January 23, 2023 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gr.Checkbox does not trigger .change() from being changed by another event handler
4 participants