Alexandre Fauquette

Results 205 comments of Alexandre Fauquette

I've updated the links to demonstrations Remaining: - [x] fix argos diff Followup: - [ ] export column group in excel - [ ] allows keyboard navigation in column groups...

@gerdadesign With the current space, seems that buttons can fit in the smaller height ![image](https://user-images.githubusercontent.com/45398769/185796306-eb8b6086-fd6b-48b5-84a2-133f1b7405d6.png) In `"compact"` mode the ripple overflows a bit ![image](https://user-images.githubusercontent.com/45398769/185796728-d628dc6f-0fee-4386-baf2-5c0664034430.png) The choice is between: - Smaller...

@oliviertassinari the scop is to identify early blockers that could force us to move for another strategy. On my mobile device, the behavior is completely broken. I do not manage...

The day bug should be fixed. The problem being that with invalid date (partially entered) the maximum value for day was not defined

I think spectrum approach is more promising for this component. Instead of controlling the selection, they use dedicated `` of each element of the date. It sounds easier to customize...

About customization, I agree. I was thinking, about specific style for month/day but it 's not really an helpful customization About a11y my concern is to be able to say...

And I see it's now possible to add this `getFormatHelperText` to luxon, so I od not see any blocker on this side. Maybe the specific calendars, but not even sure...

Not sure to understad. You need to know that `MMMM` is a month, but do you need to know how it's represented? You could get an array of options by...

@flaviendelangle I would like to have your opinion on this solution before going further (adapting range picker to the new calendar state, ...)

I tried to reuse the `focusedDate` in `useCalendarState`. But it's a wong strategy, because it's easier to manage focus inside each view. The `focusedDate` is only used for managing the...