fixes incorrect position of dropdown on filter

pull/5216/head^2
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
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"