We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ev.target
1 parent 618faa5 commit dced8f5Copy full SHA for dced8f5
src/VueDatePicker/components/DatepickerInput.vue
@@ -248,7 +248,7 @@
248
clearBtnRef.value?.focus();
249
}
250
if (defaultedTextInput.value.enabled && defaultedTextInput.value.tabSubmit) {
251
- parseInput((inputRef.value as HTMLInputElement).value);
+ parseInput((ev.target as HTMLInputElement).value);
252
253
254
if (defaultedTextInput.value.tabSubmit && isValidDate(parsedDate.value) && props.inputValue !== '') {
0 commit comments