Skip to content

Commit

Permalink
Merge pull request #5216 from qburst/fix--dropdown-bug-in-filter
Browse files Browse the repository at this point in the history
fix: fix incorrect alignment in dropdown on filter
  • Loading branch information
tugcekucukoglu authored Feb 7, 2024
2 parents 345dd1b + 30daead commit dc14502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/dropdown/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
ref="filterInput"
type="text"
:value="filterValue"
@vue:mounted="onFilterUpdated"
@vue:updated="onFilterUpdated"
:class="cx('filterInput')"
:placeholder="filterPlaceholder"
role="searchbox"
Expand Down

0 comments on commit dc14502

Please sign in to comment.