Ali Sasani
Ali Sasani
I think there is a workaround for this issue, [according to the doc](https://mui.com/components/text-fields/#shrink). Passing `InputLabelProps={{ shrink: true }}` as a prop to the `TextField` component will avoid this situation.
Hi @michaldudak, may I work on this issue? I think the source of this bug is in this line of code, and I couldn't understand the logic behind it: https://github.com/mui/material-ui/blob/adda22c283b8d6aea46a1be25e2dd18f4d03c7b9/packages/mui-material/src/ButtonBase/TouchRipple.js#L228...
@michaldudak Yes sure!
@oliviertassinari please let me know if I understood your comment correctly. I checked the latest Material design version for button components, and I think the desired behavior for MUI whenever...
@MBilalShafi can I also take a look at this one?
@MBilalShafi I just opened a PR. Would really appreciate it if you could share your feedback/comments about it! Thanks!
Hi @KenanYusuf , I'd like to work on this issue. Can you please share your thoughts on the improvement here? I think we probably need to support `startAdornment` as a...
~@KenanYusuf I started to take a look at this issue, but I noticed that [the fix here in this separate PR](https://github.com/mui/mui-x/pull/17950) also addressed this issue. As it is preserving the...
> [@alisasanib](https://github.com/alisasanib) I tested 8.5 with the linked PR and it does not fix this issue. Thanks, just updated my comment