Closed antoniorrm closed 3 years ago
According to readme.md you need pass the providerOptions to the component
import DateFnsUtils from '@date-io/date-fns'; import frLocale from "date-fns/locale/fr";
<DateInput source="date" label="Date in French!" providerOptions={{ utils: DateFnsUtils, locale: frLocale }} />
it works for me
I'd like too.