-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Support @mui/x-date-pickers 7 #1088
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 728b6e6:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1088 +/- ##
==========================================
- Coverage 82.18% 82.15% -0.04%
==========================================
Files 211 211
Lines 11099 11099
Branches 1328 1332 +4
==========================================
- Hits 9122 9118 -4
Misses 1367 1367
- Partials 610 614 +4 ☔ View full report in Codecov by Sentry. |
…hable options to select and multiselect (#1090) * fixed state of fluent multi-select dropdown lagging behind actual selection * Support @mui/x-date-pickers 7 (#1088) * Made the fluent select and multiselect widgets searchable * Ran the lint-fix command * Removed useless comment * I didn't understand default imports :( * Removed useless component state for fluent multiselect widget * Sorry linter-sama --------- Co-authored-by: Tim Willebrands <[email protected]> Co-authored-by: Denys Oblohin <[email protected]>
Resolves #1087