Merge branch 'master' of https://github.com/primefaces/primevue
commit
1b2360e700
|
@ -688,7 +688,7 @@ export default {
|
|||
this.scrollInView();
|
||||
|
||||
setTimeout(() => {
|
||||
this.autoFilterFocus && focus(this.$refs.filterInput.$el);
|
||||
this.autoFilterFocus && this.filter && focus(this.$refs.filterInput.$el);
|
||||
}, 1);
|
||||
},
|
||||
onOverlayAfterEnter() {
|
||||
|
|
Loading…
Reference in New Issue