mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4370 - Calendar: dropdownicon class not being exposed
This commit is contained in:
parent
bf62860c9f
commit
86695ce89c
2 changed files with 12 additions and 6 deletions
|
@ -42,7 +42,7 @@
|
|||
data-pc-section="dropdownbutton"
|
||||
>
|
||||
<template #icon>
|
||||
<slot name="dropdownicon">
|
||||
<slot name="dropdownicon" :class="icon">
|
||||
<component :is="icon ? 'span' : 'CalendarIcon'" :class="icon" v-bind="ptm('dropdownButton')['icon']" data-pc-section="icon" />
|
||||
</slot>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue