mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5215 - Dropdown / MultiSelect : Incorrect alignment on filtering
This commit is contained in:
parent
dc14502ebf
commit
6b02c7db37
2 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
|||
type="text"
|
||||
:value="filterValue"
|
||||
@vue:mounted="onFilterUpdated"
|
||||
@vue:updated="onFilterUpdated"
|
||||
:class="cx('filterInput')"
|
||||
:placeholder="filterPlaceholder"
|
||||
role="searchbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue