Lukas Tyla
Lukas Tyla
@ahellam Thank you for reporting this. I can confirm that this behavior seems weird. I'd reckon that it would make the most sense if the focus would preferably jump to...
@shajjhusein Thank you for reporting this problem. 🙏 I can confirm that based on the guidelines([[1]](https://www.powermapper.com/products/sortsite/rules/w3chtml5assertnested-role-button-role-gridcell/), [[2]](https://github.com/w3c/html-aria/issues/298)), the button element should not have a `gridcell` role. We'll look into fixing...
This is blocked by the fact that `@types/react` is bumped and it introduces issues we need to address first.
This seems to be the root of the problem: https://github.com/mui/mui-x/blob/eea77d754cfdd9871a8c07e05b6a60a6d3714ca0/packages/x-date-pickers/src/internals/hooks/useStaticPicker/useStaticPicker.tsx#L13 Need to investigate if the existing solution is needed for something or just a hacky overly restrictive solution, which can...
Clarification: the support is being removed for function components—the case of [`@emotion`](https://github.com/emotion-js/emotion/issues/3184). As for this library, it's still using classes and the approach here seems valid. 🤷
@HeVictor I could be wrong, but as far as I can see—this fix wouldn't help with the original issue. This package is already installed in the root repo as a...
> For me we also need to be able to clean the label ("DateLibrary" is not great without a space). Agreed, IMHO, a bit of spacing between the label and...
Minor note: Space to open the widget is not specified in [ARIA example](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/) or date picker guidelines, but IMHO it makes sense starting v6, where we ditched the regular plain...
> Hey there! Any news regarding this issue? I appreciate your interest. 🙏 We are spread a bit too thin and have other priorities, so I can only confirm that...
This no longer seem like a problem as we can easily target all slots and pass the `sx` prop to them if needed. The up-to-date solution for this problem (https://github.com/mui/mui-x/issues/6218#issuecomment-1252130056)...