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) {
|
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) {
|
||||||
|
|
Loading…
Reference in New Issue