mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +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
|
@ -80,6 +80,7 @@
|
||||||
ref="filterInput"
|
ref="filterInput"
|
||||||
type="text"
|
type="text"
|
||||||
:value="filterValue"
|
:value="filterValue"
|
||||||
|
@vue:mounted="onFilterUpdated"
|
||||||
@vue:updated="onFilterUpdated"
|
@vue:updated="onFilterUpdated"
|
||||||
:class="cx('filterInput')"
|
:class="cx('filterInput')"
|
||||||
:placeholder="filterPlaceholder"
|
:placeholder="filterPlaceholder"
|
||||||
|
|
|
@ -90,6 +90,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
:value="filterValue"
|
:value="filterValue"
|
||||||
@vue:mounted="onFilterUpdated"
|
@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