Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DatePicker] Fix date input masks #3662

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pubiqq
Copy link
Contributor

@pubiqq pubiqq commented Nov 3, 2023

  • Fixes incorrect date masks for some locales.
  • Fixes auto-adding delimiters for Korean language.
  • Fixes auto-adding delimiters for patterns that contain digits.
  • Fixes auto-adding delimiters for patterns that contain non-Latin letters.

Fixes #4477.

Also see #3625 (comment) for additional context and explanation.

@paulfthomas
Copy link
Member

I'll take a deeper look when I have a chance, maybe review the logic in the DateSelectors because what you're doing looks like what the code already does when a custom format is provided, see this for example.

@lmitterhofer
Copy link

Would really appreciate it if there would be some progress on this, the linked issue was already closed even though the bug is still present

@pubiqq pubiqq force-pushed the datepicker/fix-auto-adding-delimiters branch from ba63024 to f0a7fc3 Compare August 13, 2024 11:39
@pubiqq pubiqq force-pushed the datepicker/fix-auto-adding-delimiters branch from f0a7fc3 to 5524417 Compare December 17, 2024 10:31
@pubiqq pubiqq force-pushed the datepicker/fix-auto-adding-delimiters branch from 5524417 to 6a6cea5 Compare December 18, 2024 14:44
@pubiqq pubiqq changed the title [DatePicker] Fix auto-adding delimiters [DatePicker] Fix date input masks Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DatePicker] Incorrect date mask for Tamil locale
3 participants