coreui/coreui-react

Improve CDatePicker manual input with mask/segmented input

ewgenym opened this issue · 3 comments

Manual date input is essential because of input type="date" limitations, especially in mobile browsers.
However, at the moment, it is hard for users to input date manually because

  1. User has to remember and input format delimiters
  2. Date segments are not validated (max 12 in month segment, etc.)

An example of how it might look like is: https://mui.com/x/react-date-pickers/date-picker/

@ewgenym it's something we have on our roadmap.

Great, thanks.
Could you give an idea of approx. release/date it is planned to be included?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions