Flavien DELANGLE
Flavien DELANGLE
@bharatkashyap we discussed this issue this morning Right now, I guess that you are controlling the selected items using the `defaultSelected` prop (renamed `defaultSelectedItems` in v7 btw). If we added...
It should yes We should implement this feature in the coming weeks since we have several users asking for it :+1:
Hi, I can't access your example 
Hi, This is an interesting issue. I can reproduce the same weird behavior on the default UI but it is a lot more problematic in yours. In the default UI,...
> However, regarding the 2nd change, shouldn't we align the behavior then and make the referenceDate updatable/reactive in all instances? Probably yes
@Vxee that one is expected. The views are ordered, the one you gave means that when you select a value on the `day` view, it goes to the `month` view....
Hi, You can use the `publicAPI` object returned by `useTreeItem2` which has a `getItem` method We don't pass the rest of the item directly to `TreeItem` because it would mean...
I'll keep this one open to keep track of the doc improvement :+1:
Closes in favor of #13161
> Do we want the items to always have the style defined regardless of the flag state? I only added it when the flag is enabled for `TreeItem2` but forgot...