You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: