mortmoe
mortmoe
Cool. Thanks for the great work and quick responses :) I'm in the process of refactoring several virtualized lists in my app to Virtuoso and really appreciate it. It simplifies...
@petyosi Thanks, works like a charm now :D
Have the same problem after upgrading from virtuoso 1.9.3 today. Possible workaround could be to delay the rendering of virtuoso until dialog (or grow) is done: https://codesandbox.io/s/virtuoso-material-transition-fixed-vm7zsu Would it be...
Struggling a bit with the same issue. Would it be a solution to add a color attribute to the RichTextEditor like a normal mui text-field? (so we can choose ie....
A workaround I use for now is to just change the primary mui theme color for my component: ``` const customTheme = createTheme({ ...theme, palette: { ...theme.palette, primary: { main:...
Nope. Haven't had time to look any more into it either. Was hoping someone had an example. I'm not currently using this component but considering it as I will need...
Sounds good, I'll do the same. Depends on my employers ever changing priority list tbh. 🤣