Fixed #7361 - Rating: add focus-visible after clicked and then shift-tab
parent
19e49e852b
commit
b51eca6679
|
@ -67,6 +67,8 @@ export default {
|
|||
},
|
||||
onFocus(event, value) {
|
||||
this.focusedOptionIndex = value;
|
||||
this.isFocusVisibleItem = event.sourceCapabilities?.firesTouchEvents === false;
|
||||
|
||||
this.$emit('focus', event);
|
||||
},
|
||||
onBlur(event) {
|
||||
|
|
Loading…
Reference in New Issue