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