Skip to content

Commit b2661e3

Browse files
committed
fix: auto-apply not working with text-input (fixes #1080)
1 parent 585e4e9 commit b2661e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/VueDatePicker/VueDatePicker.vue

+2
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@
468468
shouldFocusNext.value = tabbed;
469469
selectDate();
470470
emit('text-submit');
471+
} else if (props.autoApply) {
472+
autoApplyValue();
471473
}
472474
nextTick().then(() => {
473475
isTextInputDate.value = false;

0 commit comments

Comments
 (0)