Skip to content

Commit

Permalink
Fixed #6286
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Aug 26, 2024
1 parent 71f853a commit 75e4cf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/primevue/src/listbox/Listbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@keydown="onFilterKeyDown"
:pt="ptm('pcFilter')"
/>
<InputIcon :unstyled="unstyled" v-bind="ptm('pcFilterIconContainer')">
<InputIcon :unstyled="unstyled" :pt="ptm('pcFilterIconContainer')">
<slot name="filtericon">
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
<SearchIcon v-else v-bind="ptm('filterIcon')" />
Expand Down
2 changes: 1 addition & 1 deletion packages/primevue/src/multiselect/MultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
@input="onFilterChange"
:pt="ptm('pcFilter')"
/>
<InputIcon :unstyled="unstyled" v-bind="ptm('pcFilterIconContainer')">
<InputIcon :unstyled="unstyled" :pt="ptm('pcFilterIconContainer')">
<slot name="filtericon">
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
<SearchIcon v-else v-bind="ptm('filterIcon')" />
Expand Down
2 changes: 1 addition & 1 deletion packages/primevue/src/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
@input="onFilterChange"
:pt="ptm('pcFilter')"
/>
<InputIcon :unstyled="unstyled" v-bind="ptm('pcFilterIconContainer')">
<InputIcon :unstyled="unstyled" :pt="ptm('pcFilterIconContainer')">
<slot name="filtericon">
<span v-if="filterIcon" :class="filterIcon" v-bind="ptm('filterIcon')" />
<SearchIcon v-else v-bind="ptm('filterIcon')" />
Expand Down

0 comments on commit 75e4cf3

Please sign in to comment.