Flavien DELANGLE

Results 521 comments of Flavien DELANGLE

@colmtuite for the timezone,it won't change anything visually, it has 2 impacts: 1. It defines which timezone will be used if you don't have any value / default value /...

> Btw, lmk whenever you want some styling feedback. I assumed it's too early for that, so didn't bother. I think we can discuss doc design once we have somewhat...

@atomiks I have one big accessibility question: should we use `table`, `thead` etc... or keep `div` with additional aria roles? React Aria uses the table, MUI X uses divs. The...

@colmtuite I'm now remembering the reason of the explicit map :facepalm: It allows to easily add the week number: https://deploy-preview-16069--material-ui-x.netlify.app/x/react-date-pickers/base-calendar/#recipe-with-week-number With the implicit map, it's a lot harder to do...

> In June, why are dates 6–10 missing? Can I control that somehow? I can't reproduce this If you could give me more info :pray:

To be honest I don't have the full picture here, accessibility is not my biggest strength :grimacing:

- When navigating to a new day, it shouldn't just announce the number. It should announce the full date e.g. "Thursday, June 5th, 2025" For this one, I guess I...

> How does SetMonth work? Is it just for setting the month? Or could I use it to create buttons for navigating to the month containing today, yesterday, and last/next...

> I meant 6–10 July is missing from the June view. For that one I kept the DX and default behavior from MUI X (which can be questioned for sure)....

> FWIW, Base-UI (which can reasonably be considered as the [successor/continuation of Radix-UI](https://x.com/colmtuite/status/1935637017611944374)) has a PR opened using Luxon plus some adapters. imho it is biased by mui already using...