Merge pull request 'fix: refs #8407 close date and time popups on keydown' (!1229) from 8407-fixVnInputDate into master
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1229
Reviewed-by: Jorge Penadés <jorgep@verdnatura.es>
This commit is contained in:
Pablo Natek 2025-01-16 11:01:35 +00:00
commit cc7f16b635
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ const manageDate = (date) => {
:rules="mixinRules"
:clearable="false"
@click="isPopupOpen = !isPopupOpen"
@keydown="isPopupOpen = false"
hide-bottom-space
>
<template #append>

View File

@ -81,6 +81,7 @@ function dateToTime(newDate) {
style="min-width: 100px"
:rules="mixinRules"
@click="isPopupOpen = !isPopupOpen"
@keydown="isPopupOpen = false"
type="time"
hide-bottom-space
>