Skip to content

[pickers] Fix localized digit crash (@alexfauquette)#23010

Merged
michelengelen merged 2 commits into
v8.xfrom
cherry-pick-22995-to-v8.x
Jun 30, 2026
Merged

[pickers] Fix localized digit crash (@alexfauquette)#23010
michelengelen merged 2 commits into
v8.xfrom
cherry-pick-22995-to-v8.x

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-pick of #22995

@github-actions github-actions Bot added cherry-pick The PR was cherry-picked from the newer alpha/beta/stable branch. scope: pickers Changes related to the date/time pickers. type: bug It doesn't behave as expected. labels Jun 30, 2026
@mui-bot

mui-bot commented Jun 30, 2026

Copy link
Copy Markdown

Deploy preview: https://deploy-preview-23010--material-ui-x.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/x-data-grid 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-pro 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-premium 0B(0.00%) 0B(0.00%)
@mui/x-charts 0B(0.00%) 0B(0.00%)
@mui/x-charts-pro 0B(0.00%) 0B(0.00%)
@mui/x-charts-premium 0B(0.00%) 0B(0.00%)
@mui/x-date-pickers 🔺+40B(+0.02%) 🔺+20B(+0.03%)
@mui/x-date-pickers-pro 🔺+40B(+0.01%) 🔺+30B(+0.04%)
@mui/x-tree-view 0B(0.00%) 0B(0.00%)
@mui/x-tree-view-pro 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against e2ec137

The merge resolution left an unused `PickerAnyManager` import (the v8.x file
uses `PickerManager<any, ...>`), failing test_lint and test_types. The new
regression test also omitted `enableAccessibleFieldDOMStructure`, which is
required by `renderWithProps` on v8.x (the accessible DOM structure is opt-in
there), failing test_types and crashing the test in test_unit/test_browser
with "Cannot use fake input with v6 TextField".

Co-Authored-By: Claude Opus 4.8 <[email protected]>
@michelengelen
michelengelen merged commit 72c48b2 into v8.x Jun 30, 2026
20 checks passed
@michelengelen
michelengelen deleted the cherry-pick-22995-to-v8.x branch June 30, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-pick The PR was cherry-picked from the newer alpha/beta/stable branch. scope: pickers Changes related to the date/time pickers. type: bug It doesn't behave as expected.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants