Hi, do you know if there is any dash component similar to MonthPicker | Mantine ?
Until now I have been using dcc.RangeSlider
for this functionality, but for longer time ranges it becomes impractical.
Hi, do you know if there is any dash component similar to MonthPicker | Mantine ?
Until now I have been using dcc.RangeSlider
for this functionality, but for longer time ranges it becomes impractical.
Any news on this?
It only allows for date picker, not month picker. In other words, I need to select at the “daily” level and may not select at the “month” level. The feature is developed in Mantine (MonthPicker | Mantine) and there is also a pull request from April 24 for it to be added to Dash Mantine Components (Add MonthPickerInput & YearPickerInput #255 by stpnvkirill · Pull Request #266 · snehilvj/dash-mantine-components · GitHub) but so far no luck.