-
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
base: develop
Are you sure you want to change the base?
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 36.54% 8.34% -28.20%
===========================================
Files 717 478 -239
Lines 54948 33264 -21684
Branches 9034 9034
===========================================
- Hits 20081 2777 -17304
+ Misses 34864 30484 -4380
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]