-
Notifications
You must be signed in to change notification settings - Fork 155
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
The input element cannot be clicked twice in a row #114
Comments
when click the input element,the panel show,I select a day。but when i click the input element again,there is nothing happened |
in /datepicker/Datepicker.vue file and on line 323, it is better to set viewShown.value = 'none' before emit closed method
` |
Quick workaround to this is to watch datepicker value and force re-render when changed:
|
What I did was to blur the input element after user selects a date. You need to set a ref value on the datePicker which has a property name
|
When clicking twice in a row, the datepicker does not respond
The text was updated successfully, but these errors were encountered: