Flavien DELANGLE

Results 410 comments of Flavien DELANGLE

Because if it's a full letter month, I need to store the "query". When you type "J", I store "J" in state and display "January", that way if you then...

I took a look at the mobile behavior of the field. The issues comes from the fact that on android `event.key` and `event.keyCode` have fixed values (`129` and `Unifentified`) so...

> [keyCode field as it's deprecated](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode). Yes, I was not using it but I tried just in case to see if it was working for Android

@gerdadesign concerning the placeholder. I see two topics here 1. How do we display partially filled section (I press `1` for the year, do I see `1` ? `0001` ?...

> (It would probably write aaaa for a 2 letter year format). It has a small typo, I just meant to as far as I understand, Spectrum either does not...

You can't use the selector in the render outside of the grid because during the 1st render, the state is not defined yet. Which is why you are seeing this...

The next release will add #3604 which will help lazy loading, I will add an example in the doc of what can be done in your applications without any big...

In #4851 we are talking about modifications on the internal state structure to be able to do lazy loading properly.

We will need to make breaking changes to implement this one correctly So we need to wait for the next major (v6) I can't give an exact time, but Q4...

Hi, Are you talking about the [Tree view component](https://mui.com/material-ui/react-tree-view/#main-content) or the [Tree data feature of the data grid](https://mui.com/x/react-data-grid/tree-data/#main-content) ? In both case, we do not support drag & drop. For...