-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Material Datepicker critical problem #7463
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
Comments
Do you see this behaviour in diferent machines? It's working just fine over here. There was another issue similar to yours, but the problem apparently was with some specific computer configuration. |
@julianobrasil I'm having the same issue, but only on Chrome 61.0.3163.91, Opera 48.0.2685.32 and Firefox 55.0.3-64 bits. Safari works fine. Do you have a link to the issue you mentioned? I could't find it. |
Can you provide a reproduction in either Plunker or StackBlitz |
@faelmorais , here it is: #6871 |
I think this is related to #7167 |
likely dupe of #7167 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug:
The selected value and the input text value are different.
What is the expected behavior?
Is expected that the two values will be the same.
What is the current behavior?
The values are different.
What are the steps to reproduce?
Just access the official example on the forward example:
What is the use-case or motivation for changing an existing behavior?
It is a critical error to unexperienced users.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
The last version.
Is there anything else we should know?
There are other errors in the popup that we observed. If you click on it, the month will be show in an incorrect order and OCT button are show twice.
The text was updated successfully, but these errors were encountered: