mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #6793
This commit is contained in:
parent
4bbc7382d8
commit
0c0008c74b
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ export default {
|
|||
this.unbindScrollListener();
|
||||
this.unbindResizeListener();
|
||||
|
||||
if (this.autoFilterFocus && this.filter) {
|
||||
if (this.autoFilterFocus && this.filter && !this.editable) {
|
||||
this.$nextTick(() => {
|
||||
focus(this.$refs.filterInput.$el);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue