-
Notifications
You must be signed in to change notification settings - Fork 83
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
Uncaught TypeError is thrown when IME is enabled and a number is typed #1695
Comments
@ymita I added you to the product team, so you can apply labels. Please put all the applicable versions for this bug. |
@kdinev Thanks for inviting me to the team. I added version labels. |
Reproducible only with IME and For now disabling the calendar sync until composition value is confirmed seems a reasonable solution. |
…or-17.2 #1695 Prevent parsing invalid date produced with IME input
…or-18.2 #1695 Prevent parsing invalid date produced with IME input
…or-18.1 #1695 Prevent parsing invalid date produced with IME input
Description
Uncaught TypeError is thrown when IME is enabled and a number is typed
Steps to reproduce
Result
The following error is thrown:
Uncaught TypeError: Cannot read property 'toString' of null
Expected result
No error is thrown.
Attachments
igDatePicker_test.zip
Note
This is reproduced in 17.1 and 17.2.
The text was updated successfully, but these errors were encountered: