mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
fixes incorrect position of dropdown on filter
This commit is contained in:
parent
c6151fe1ae
commit
ceb23b0de7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
ref="filterInput"
|
ref="filterInput"
|
||||||
type="text"
|
type="text"
|
||||||
:value="filterValue"
|
:value="filterValue"
|
||||||
@vue:mounted="onFilterUpdated"
|
@vue:updated="onFilterUpdated"
|
||||||
:class="cx('filterInput')"
|
:class="cx('filterInput')"
|
||||||
:placeholder="filterPlaceholder"
|
:placeholder="filterPlaceholder"
|
||||||
role="searchbox"
|
role="searchbox"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue