Merge pull request #5216 from qburst/fix--dropdown-bug-in-filter

fix: fix incorrect alignment in dropdown on filter
pull/5247/head
Tuğçe Küçükoğlu 2024-02-07 15:57:55 +03:00 committed by GitHub
commit dc14502ebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
ref="filterInput"
type="text"
:value="filterValue"
@vue:mounted="onFilterUpdated"
@vue:updated="onFilterUpdated"
:class="cx('filterInput')"
:placeholder="filterPlaceholder"
role="searchbox"