-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
nzFormat in DatePicker doesn't parse manual value in input #5188
Comments
Yes, I did, but it still doesn't work. |
@nitrexx 9.0.0 has supported this, plz update. |
Still, there is an issue with typing date manually into a date-picker. When the date-picker is getting focused, the calendar would open, and then it works fine whether you type a date or select one from the picker. But when you re-click the input so the picker gets away and then when you type a date in but it won't be changed. I also recorded a video on the following link that can help to reproduce the issue. This is something you should fix it and release into the coming versions as per your comfort. But currently I'm also looking for a quick solution if possible. |
@sainisagar310 Thanks for reporting this, please track #5284. |
Reproduction link
https://stackblitz.com/edit/angular-qetubt
Steps to reproduce
Set custom nzFormat to "dd.MM.yyyy" and try to manually fill up to the DatePicker input.
What is expected?
Parse this date after press Enter a set value to the DatePicker .
What is actually happening?
Nothing, no parse, no event, exactly nothing.
The same problems from 2018:
The text was updated successfully, but these errors were encountered: