-
Couldn't load subscription status.
- Fork 3.1k
fix: FIT-831: Member dropdown in Member Performance Dashboard not working #8686
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
Conversation
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #8686 +/- ##
===========================================
- Coverage 67.07% 8.34% -58.73%
===========================================
Files 790 478 -312
Lines 60675 33264 -27411
Branches 10310 9034 -1276
===========================================
- Hits 40697 2777 -37920
- Misses 19975 30484 +10509
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge
|
|
/git merge
|
This pull request enhances the
Selectcomponent in the UI library by adding support foronOpenandonClosecallback props. These callbacks allow parent components to respond when the select dropdown is opened or closed, improving integration with other UI elements and application logic.New event callback support:
onOpenandonCloseoptional callback props to theSelectPropstype inselect/types.ts, enabling consumers to react to dropdown open/close events.Selectcomponent's signature to accept the newonOpenandonCloseprops.Event handling logic improvements:
onOpenwhen the dropdown is opened andonClosewhen it is closed, both when triggered via the popover and when selecting an item (for single-select mode). [1] [2]