DatePickerRange Problems - language, and manually date providing by keyboard

Hello,
As you already know dcc. DatePickerRange dont have options to change locale or months/days names to different language.
To solve that issue I am using mantine DateRangePicker , which have locale parameter, but this one don’t have option to change manually date from keyboard directly to callendar box like in dcc.DatePickerRange.

I want to ask for help, to get best approach where I will be able to do:

  1. change language of callendar months/days
  2. Not only select dates range from callendar but also provide numbers of dates from keyboard which will be applied automatically after Enter button.

Thank you !

Hi @kilobit
Set the allowFreeInput prop to True to make date picker editable. I have not tested it so do let me know if it works fine or not.

1 Like

hi, sory for late reply,dmc.DateRangePicker doesnt have this parameter. Also locale still doesnt work

@kilobit @snehilvj Do we have a working solution for it yet? I am trying to do the same thing and also noted that the underlying library Mantine itself doesn’t have this feature of manually “typing” in the date range picker.