We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dp-input
1 parent fba610d commit 1122bf1Copy full SHA for 1122bf1
src/VueDatePicker/components/DatepickerInput.vue
@@ -14,6 +14,9 @@
14
:on-blur="handleBlur"
15
:on-keypress="handleKeyPress"
16
:on-paste="handlePaste"
17
+ :open-menu="() => $emit('open')"
18
+ :close-menu="() => $emit('close')"
19
+ :toggle-menu="() => $emit('toggle')"
20
/>
21
<input
22
v-if="!$slots['dp-input']"
0 commit comments