Skip to content
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

[Bug] Date Time Picker doesn't auto close when clicking outside the component. #724

Open
paul-cylix opened this issue Nov 10, 2022 · 0 comments

Comments

@paul-cylix
Copy link

Vue2-datepicker version:
Vue version: "vue2-datepicker": "^3.10.2",
Browser: Chrome

Steps to reproduce

Reproduction Link or Source Code
<date-picker
v-model="authTimeStart"
@change="setTimeAuth"
:minute-step="5"
format="MM/DD/YYYY hh:mm A"
value-type="format"
type="datetime"
style="display: block; width: 100%; line-height: 20px"
>

Expected behavior
the calendar must close when click outside the box

Actual behavior
the calendar stays even i close the entire modal.
the only way for it to be remove is restart or by clicking x in the vuedate picker input form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant