Albert Yu
Albert Yu
We could update the [CSB](https://github.com/mui/material-ui/blob/master/docs/src/modules/sandbox/CodeSandbox.ts)/[Stackblitz](https://github.com/mui/material-ui/blob/master/docs/src/modules/sandbox/StackBlitz.ts) creation to also copy the tailwind config if it's a tailwind demo I'm not sure how to best communicate this for someone just copying and...
@phiter Thanks for reporting this ~ I agree it's a little unintuitive 😅 When we use this hook to make the Material UI and Joy UI autocomplete components, we use...
There is a [POC](https://github.com/mui/material-ui/pull/40893) in the old repo for the Input part, I can finish it up in the new repo once `Textarea` is more or less done CC @michaldudak
We have decided to deprecate TextareaAutosize https://github.com/mui/material-ui/issues/43720
Hi @doublebuzzwoo I can reproduce this in your sandbox, though when you use `` it renders the same `TextareaAutosize` that was in the previous fix I tried to see if...
For `FilledInput` ([PR](https://github.com/mui/material-ui/pull/41663)), we don't have a dedicated docs page/demo, how can we progress this? @siriwatknp
@danghieuliem I can't reproduce this in your [stackblitz](https://stackblitz.com/edit/react-37rtcc-x8xkqz?file=table%2Fcomponents%2Fstyle.ts) - did you screenshot your error from there?
> When should onChange be called? @mui/core After using my own implementation, I'm starting to think it's not the best 🥲. I wrote up alternatives in the PR description above,...
> In terms of the open question regarding the `onChange` fire, I would recommend keeping it similar with how the native input number is working. People can still use `onBlur`...
Wrote the docs, only tests left!