Jan Potoms
Jan Potoms
proptype is based on json-schema, I think that can describe min and max values. perhaps we should just reuse that?
I'm still not understanding the minimum width use case and how it should behave. Suppose minimum width is 50px, and I put 100 Selects in one row, what happens? what...
Yes, the challenge for Toolpad will be on how to avoid loading the whole catalog for displaying 1 icon. We don't have a build process that can tree shake for...
Adding the pseudocode we talked about in last 1-on-1 as a potential starting point ```tsx // ./migrations/version1.ts export default { up (dom) { invariant(!dom.version || dom.version === '0', 'Can only...
Also related to https://github.com/mui/mui-toolpad/issues/38
Would it be possible to drag a multiple selection? It could have multiple top level elements with different parents, what happens when you drop that somewhere?
One of the annoyances I have with JSS is that when I refactor components and extract inner components or move things around, nothing warns me that I'm not using a...
I should really learn to RTFM 🤦♂️
Thanks for your reply, The reason I want them in the Html as well is to be able to quickly query the resulting DOM to scroll the corresponding element into...
Another argument from toolpad point of view in favor of keeping the column types (I just learned about the existence of `columnTypes` property). We store column configurations serverside, they need...