DatePicker: support custom separator character #2452
pedroarelo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Bug report
When inputing the "-" (dash) character on a date input to separate from days to months. That character is invalid.
Although you can use the " " (space) or "/" (slash) to separate days from months from years. Would be good to include that same separator
💥 Steps to reproduce
just try to input 10-10-2024
💻 Link to reproduction
https://stackblitz.com/run?file=src%2FApp.tsx,src%2FDatePicker.tsx&showSidebar=0
🧐 Expected behavior
Should allow the dash character to be input also.
🌍 System information
Beta Was this translation helpful? Give feedback.
All reactions