I've created a branch in my fork compatible with react-admin v3.
material-ui-pickers change to @material-ui/pickers v3.
- Dependencies upgraded.
- Uses a functional component.
- Uses react-admin
useInput instead of the deprecated addField.
- Added
KeyboardDateInput, KeyboardDateTimeInput and KeyboardTimeInput.
- Ported props from react-admin's
DateInput component for consistency with the rest of react-admin input components.
You can check it out here:
https://github.com/WiXSL/react-admin-date-inputs/tree/mui-pickers-v3
I've created a branch in my fork compatible with react-admin v3.
material-ui-pickerschange to@material-ui/pickersv3.useInputinstead of the deprecatedaddField.KeyboardDateInput,KeyboardDateTimeInputandKeyboardTimeInput.DateInputcomponent for consistency with the rest of react-admin input components.You can check it out here:
https://github.com/WiXSL/react-admin-date-inputs/tree/mui-pickers-v3