Cagatay Civici 2025-03-03 22:39:01 +03:00
commit 04c1f6bd8b
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ export default {
}, },
onFocus(event, value) { onFocus(event, value) {
this.focusedOptionIndex = value; this.focusedOptionIndex = value;
this.isFocusVisibleItem = event.sourceCapabilities?.firesTouchEvents === false;
this.$emit('focus', event); this.$emit('focus', event);
}, },
onBlur(event) { onBlur(event) {