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

[DateRangePicker] Fix selection behavior with single input field when readOnly #12605

Merged
merged 7 commits into from Mar 30, 2024

Conversation

LukasTy
Copy link
Member

@LukasTy LukasTy commented Mar 29, 2024

Cherry-pick of #12593

Keep changes only relevant for v6.

@LukasTy LukasTy added bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module! component: DateRangePicker The React component. cherry-pick The PR was cherry-picked from the next branch labels Mar 29, 2024
@LukasTy LukasTy self-assigned this Mar 29, 2024
@@ -1881,9 +1881,9 @@
react-is "^18.2.0"
react-transition-group "^4.4.5"

"@mui/monorepo@https://github.com/mui/material-ui#e1231ee8c18ff93b5129cfb5ff7c7e30ad8743e3":
"@mui/monorepo@https://github.com/mui/material-ui#v5.15.7":
Copy link
Member Author

Choose a reason for hiding this comment

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

The commit hash was no longer resolving a package with cleared cache. 🙈

package.json Outdated
@@ -25,7 +25,7 @@
"eslint:ci": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
"markdownlint": "markdownlint-cli2 \"**/*.md\"",
"postinstall": "patch-package",
"prettier": "pretty-quick --branch master --ignore-path .eslintignore",
"prettier": "pretty-quick --branch v6.x --ignore-path .eslintignore",
Copy link
Member Author

Choose a reason for hiding this comment

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

We should be comparing with the target branch, not current stable. 🙈

@mui-bot
Copy link

mui-bot commented Mar 29, 2024

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

Generated by 🚫 dangerJS against b9e9605

@LukasTy LukasTy merged commit acf7833 into mui:v6.x Mar 30, 2024
16 checks passed
@LukasTy LukasTy deleted the cherry-pick-12593 branch March 30, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work cherry-pick The PR was cherry-picked from the next branch component: DateRangePicker The React component. component: pickers This is the name of the generic UI component, not the React module! v6.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants