MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
[ ] Make it easier to use mock prompts (dropdown that fills in the input)
[ ] Check if message and system strings can be in different language for the prompt to be properly processed
[ ] Data source to make only one additional request after prompt response
[ ] Allow custom error handling by extending the API of the prompt control (consider passing the original API error)
[ ] Make mockPromptResolver more exposed in the documentation
[ ] Check if prompt response interface should be more aligned with the data grid models (example: instead of filters: Filter[] use filterModel: GridFilterModel)
Follow up from https://github.com/mui/mui-x/pull/15401
The following points should be addressed:
mockPromptResolver
more exposed in the documentationfilters: Filter[]
usefilterModel: GridFilterModel
)Search keywords: