Merge branch 'master' into hotfix_save_selection_after_reload
gitea/salix-front/pipeline/pr-master This commit is unstable
Details
gitea/salix-front/pipeline/pr-master This commit is unstable
Details
This commit is contained in:
commit
0221ca31e7
|
@ -51,6 +51,7 @@ const validateAndCleanInput = (value) => {
|
|||
|
||||
const manageDate = (date) => {
|
||||
inputValue.value = date.split('/').reverse().join('/');
|
||||
formatDate();
|
||||
isPopupOpen.value = false;
|
||||
};
|
||||
|
||||
|
@ -170,7 +171,7 @@ const handleEnter = (event) => {
|
|||
:input-style="{ color: textColor }"
|
||||
@click="isPopupOpen = !isPopupOpen"
|
||||
@keydown="isPopupOpen = false"
|
||||
@blur="formatDate"
|
||||
@focusout="formatDate"
|
||||
@keydown.enter.prevent="handleEnter"
|
||||
hide-bottom-space
|
||||
:data-cy="($attrs['data-cy'] ?? $attrs.label) + '_inputDate'"
|
||||
|
|
Loading…
Reference in New Issue