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

[pickers] Fix edge property setting in different button position cases #16838

Merged

Conversation

LukasTy
Copy link
Member

@LukasTy LukasTy commented Mar 5, 2025

Fixes #12825.

Looks like the main problem is with us setting edge when variant is standard, which is not ok according to https://v5.mui.com/material-ui/react-text-field/#input-adornments.

In regards to the vertical scrollbar, it seems to be coming from the DemoContainer component usage. 🙈

@LukasTy LukasTy added bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module! design This is about UI or UX design, please involve a designer labels Mar 5, 2025
@LukasTy LukasTy self-assigned this Mar 5, 2025
@mui-bot
Copy link

mui-bot commented Mar 5, 2025

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

Generated by 🚫 dangerJS against 792714f

@LukasTy LukasTy merged commit 8af0c85 into mui:master Mar 7, 2025
24 checks passed
@LukasTy LukasTy deleted the fix-picker-field-adornment-edge-setting branch March 7, 2025 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: pickers This is the name of the generic UI component, not the React module! design This is about UI or UX design, please involve a designer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[pickers][fields] Fix standard variant styling/UX
3 participants