Lukas Tyla

Results 343 comments of Lukas Tyla

Such a behavior is already present on the [accessible DOM structure](https://mui.com/x/react-date-pickers/fields/#accessible-dom-structure). Given that it will become the default on v8, there is no clear rushing factor to implement it on...

Hello @ChristianRaoulis, thank you for creating the issue. Such an option does not exist out of the box, and providing it on your end, given the current API, would be...

@oschwede thank you for your feedback and detailed explanation of your case. 👍 @flaviendelangle WDYT about moving the month array resolving back into adapters to allow for previous possible overriding?...

Fair point regarding the fragility of overriding the adapter method. 👍 I agree that the best approach is to prioritize better customization API to avoid the need for internals overriding....

Almost a year ago, the style was changed from `position: absolute` to `position: fixed`: https://github.com/mui/base-ui/pull/1077. @atomiks @michaldudak Do you think it makes sense to change a utility behavior to fix...

> What do you mean with _local/dev assertion time_? The crawler runs in under 3 seconds, and only during `docs:build`. Crawler, yes, but the app needs to be built before...

> Right, to note that the crawler could be easily run against your running dev version. Albeit by altering the script a bit (remove `startCommand` and repoint `host` to your...

@atomiks Should we close this one, given that the next release will have the mentioned improvement? 🤔

Checked pending PRs. This would cause the following to be merged: - https://github.com/mui/mui-x/pull/13429

> For the testing libs, does it even matter? We would have two different ones, we can just remove them when we want. But without seeing those PRs, we might...