Michał Dudak

Results 463 comments of Michał Dudak

I don't see creating packages as friction. After the initial setup, authoring a package shouldn't be different than working in a subdirectory. The points raised as drawbacks ("we need to...

Thanks for the heads-up. @rstarr-indeed, @raichshlv, does it happen on the Base UI Select as well (https://mui.com/base-ui/react-select/)? If not, the problem should be fixed when we change the Autocomplete implementation...

Since I'm not able to reproduce it locally, we can either rely on a community member to take care of it, or wait (at least a couple of months) until...

We recently moved the development of the Base UI to a separate repository: https://github.com/mui/base-ui. We're pausing accepting external contributions until we complete the [planned API change](https://github.com/mui/base-ui/discussions/157). After these changes are...

What iOS version do you use? I couldn't reproduce it on 17.2.1 (iPhone 11 Pro)

I was able to reproduce the issue after all. As the team is busy preparing the next major version, it's unlikely we'll have the capacity to work on this issue...

Looks like we're low on memory during typechecking. Try reducing concurrency in the `typescript:ci` script

Yes. If there are use cases where it would be needed, we can think about how to implement it.

@siriwatknp, if the explicit use of the Dropdown is not desired, you can use a pattern similar to what's in #38934 - a wrapper component that uses `useDropdown` exported as...

@siriwatknp, do you think this PR still makes sense, or should we discard it?