erwanMarmelab
erwanMarmelab
## Problem warnWhenUnsavedChanges does not function properly with disabled inputs · Issue #9498 · marmelab/react-admin highlighted that not all our inputs support the readOnly prop. For instance is still modifiable...
## To do - [x] change default id - [x] adapt tests Closes #9534
## Problem Some errors raised in the AppBar or the Side Menu. ## Solution Add a global ErrorBoundary
We have many components that have @typedef and @prop in their documentation. They should only use param Example ``` * @typedef Props * @property {Object} record: The current resource record...
## Problem Sometimes, you’d like to pass a state when redirecting. However the `redirect` only accept a string. ## Solution Change the `redirect` and `RedirectToFunction` functions signature to accept a...
## Problem We want to suggest DataTable on every examples ## Solution Replace our `Datagrid` examples to `DataTable` ## Additional Checks - [x] The PR targets `master` for a bugfix...