Fixed #7361 - Rating: add focus-visible after clicked and then shift-tab

pull/7357/merge
tugcekucukoglu 2025-03-03 20:27:25 +03:00
parent 19e49e852b
commit b51eca6679
1 changed files with 2 additions and 0 deletions

View File

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