PraveenPeri
PraveenPeri
@DanailH We are using useAutoComplete() hook and it doesn't allow to set `disablePortal` property anyway. Please find a repro here https://codesandbox.io/s/data-grid-community-forked-fq3esc?file=/src/AutoCompleteComponent.tsx For some reason, I couldn't repro the inability to...
I updated the repro to use autoHeight on the data grid and if you double click on column 3 to edit, you will notice the problem with the options list
I was able to solve this through css change. Basically, on the component where I am using data grid with inline editing, I set this ``` sx={{ "& .MuiDataGrid-virtualScroller": {...
@bluebill1049 Could you clarify that with `Controller` component, there is no way currently to say `keepValue: true` during unmounting? `getValues` behavior changed in the recent versions and we want it...
@bluebill1049 Is there an update on this? This is a regression and causing all kinds of issues with the forms in our application.