Michał Dudak

Results 459 comments of Michał Dudak

Looks like it's working fine. Thanks for investigating the problems here. > does this test regression's webpack configuration impact other MUI repositories if they depend on it It's best to...

Yes, this issue should be fixed on master (it will be released on Monday or Tuesday).

Right, the issue was still present when you set the initial value to an empty one. I just submitted a PR to fix this. However, the codesandbox that you linked...

@martsim6 open a new issue, please. I'll look into it.

See https://github.com/mui/base-ui/issues/14. The problem with `event.target.value` is that it's defined as a string. Also, it does not reflect the value of a multiselect. Since our Select is not a direct...

Please add a brief description of breaking changes along with instructions how to update existing codebases to the first comment of this PR.

@siriwatknp This looks fine to me! I'd only add a comment to explain what is this for as it's not obvious at first glance. Also, it doesn't work on Joy...

How would you present all the selected values in one row? You can disable wrapping by setting the `flex-wrap: nowrap` CSS property on the `.MuiAutocomplete-inputRoot` element.

@arminbashizade, thanks for the report. Would you like to create a PR with a fix?