Michał Dudak

Results 451 comments of Michał Dudak

Working on the [Base UI components' API changes](https://github.com/mui/base-ui/discussions/157) is our top priority at the moment. Since these changes may affect the internals of the components, we don't want to focus...

These are two separate issues. I can take a look at 1. and @vladmoroz should consider 2. when redesigning the docs.

According to https://stackoverflow.com/a/44036771 there's some trickery involved if you want to have two copies of a file with history. Have you tried it?

If we could do something similar to how docs of old versions of Material UI work - hosting Base UI docs from a branch, we could remove the sources from...

The codesandbox you linked doesn't load and throws errors to the console (other than what you reported). I created another one (not using Projects) but it seems to work fine:...

`notched` is a prop of the OutlinedInput. It does not exist on other variants.

The type of the `notched` props isn't precise - it doesn't take the `variant` into consideration. Try the following: `notched={variant === 'outlined' ? true : undefined }`

:+1: anyway, I'll keep this issue open as it's an area for improvement.

I'm happy to try to optimize it, but likely after I'm back from my PTO (in January)

We will add a callout once we have the new docs published. We currently don't have anything to point folks to from the old docs.