-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Problem typing a date in the input in version 2.10.1 #266
Comments
Because it's an invalid date. |
@mengxiong10 the format used is DD/MM/YYYY, was informed to the component, so it is valid |
Yes, you need type |
@mengxiong10 in version 2.9.1 it is not necessary to enter the date with the mask, the component already understands. |
Thanks, It's a bug In some case. |
@mengxiong10 thanks |
mengxiong10
added a commit
that referenced
this issue
Mar 14, 2019
v2.10.3 fixed it. |
@mengxiong10 Thanks man. It's working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the update package for version 2.10.1, when entering the date in the input, the value is not updated.
![datepickerbug](https://user-images.githubusercontent.com/15256199/54307713-137a0a00-45ab-11e9-99e8-9ec935ece95f.gif)
The value is expected to be filled in the input as in previous versions
The text was updated successfully, but these errors were encountered: