mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +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.unbindScrollListener();
|
||||||
this.unbindResizeListener();
|
this.unbindResizeListener();
|
||||||
|
|
||||||
if (this.autoFilterFocus && this.filter) {
|
if (this.autoFilterFocus && this.filter && !this.editable) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
focus(this.$refs.filterInput.$el);
|
focus(this.$refs.filterInput.$el);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue