Danilo Leal
Danilo Leal
@bharatkashyap & @prakhargupta1, in terms of design, I feel like this PR is ready to go! But we could potentially discuss content and whether what we're displaying on the Toolpad...
Option 1 looks much better to me, but the code is still a bit obscure. Like it's clear we're fetching users from Prisma and whatnot, but maybe adding comments will...
Hey @theMyth721, thanks for opening up the issue! You might need to add the same label as a `label` prop to the `OutlinedInput` component so the visuals are correct. [Check...
@theMyth721 could you share an updated CodeSandbox?
Heya @bricker — appreciate the PR! Can I ask you to open it again but pointing to `next` as the base branch instead of `master`?
@Justin-Luo It should've been added, but looking back again, it doesn't seem like it has 🤔 I've seen other instances (https://github.com/mui/material-ui/issues/39874) where the script to update the Material Icons wasn't...
🤨 The icon he's linking is from Material Icons, though, not from Symbols. That's why I thought it should've been picked up. https://fonts.google.com/icons?selected=Material%20Icons%20Outlined%3Aemergency%3A
I have a hunch the problem could be living here: https://github.com/mui/material-ui/blob/571d5046e26aa07605cb1e01ca99b2eb0b04d009/docs/src/modules/components/DemoToolbar.js#L250 Changing this line to `tabIndex: index === activeControlIndex && 0` fixes the problem, but I'm unsure whether that has...
Heya — thanks for the shoutout @michelengelen! I moved this issue over to the design-kits repo so we can better track it in the context of the Design Kits. We...
Big chance that was me :) I've since learned about this Safari thing, so it's all good. I'm pretty sure @colmtuite knows about it, too, and will tackle it moving...