Close calendar on date select [SCI-11963]

This commit is contained in:
Anton 2025-06-06 12:43:07 +02:00
parent 35a992ae4f
commit 8a60bd1011

View file

@ -133,6 +133,8 @@ export default {
if (this.defaultValue !== this.datetime) {
this.$emit('change', this.datetime);
if (this.mode === 'date') this.close();
}
},
time() {