Jan Potoms
Jan Potoms
ref https://github.com/mui/mui-toolpad/pull/1096#discussion_r987927255
> I don't recall implementing it for the docs being particularly challenging I agree with that, especially since atm, it seems we're starting out by just copying the theme from...
@bytasv 1. One task for all of them if it's just updating the property configuration in `createComponent`. Although I'm not sure about change event. what about debouncing, is that something...
@prakhargupta1 This feature request probably needs a bit more detail. Like which column types are you missing exactly? > created_at column [here](https://master--toolpad.mui.com/_toolpad/app/cl1on1bd80041a1pdrrfdt0rq/editor/pages/cl6w1j7ev00033b6gfwvnfl6h) is being read properly in Retool but not...
@apedroferreira fyi, we already have some customizations: https://github.com/mui/mui-toolpad/blob/920d5fb439cd5512d0414c65c27ee6016868b9f4/packages/toolpad-components/src/DataGrid.tsx#L134
> i don't know what the "Parameters" below are. could they be included with those tab options if it makes sense? It's parameters to the datasource query itself. this is...
How is this different from releases: - releases currently are about versioning, not about deploying. The list of releases is basically the list of versions through time, the latest one...
> The direction this RFC is going is interesting. What I hear is that our "Releases" currently merge two different notions, each equivalent to: git commits and Netlify deployments. We...
@apedroferreira Trying out applying the methodology from https://playwright.dev/docs/test-pom here
> is it intentional that the text field value control is completely disabled on the right? I thought we wanted to have two-way binding, but not sure how easy or...