Merge branch 'master' of https://github.com/primefaces/primevue
commit
04c1f6bd8b
|
@ -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