fixes incorrect position of dropdown on filter

This commit is contained in:
navedqb 2024-02-05 16:34:11 +05:30 committed by GitHub
parent c6151fe1ae
commit ceb23b0de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"