react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

Display date in english font just for input not calendar

Open Mohammadreza-Sarvari opened this issue 8 months ago • 0 comments

When I set persian_en for the locale prop in DatePicker, both the calendar and input show the date in English mode while I want this just for input, not the calendar. For this reason, I have to use a render prop to handle this manually. So, I consider it can be useful if we provide a prop for this purpose. If you agree with me, I can fix it.

locale={persian_fa}: Image

locale={persian_en}: Image

Mohammadreza-Sarvari avatar Feb 11 '25 20:02 Mohammadreza-Sarvari