Skip to content

Commit b74cfd4

Browse files
committed
fix: Pass on-focus prop to dp-input slot to parse text-input (fixes #873)
1 parent 1261da5 commit b74cfd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VueDatePicker/components/DatepickerInput.vue

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
:on-blur="handleBlur"
1919
:on-keypress="handleKeyPress"
2020
:on-paste="handlePaste"
21+
:on-focus="handleFocus"
2122
:open-menu="() => $emit('open')"
2223
:close-menu="() => $emit('close')"
2324
:toggle-menu="() => $emit('toggle')"

0 commit comments

Comments
 (0)