Skip to content

Commit

Permalink
Fixed #6458
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 23, 2024
1 parent db654f9 commit 9f4fe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/cascadeselect/CascadeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{{ label }}
</slot>
</span>
<div :class="cx('dropdown')" role="button" tabindex="-1" aria-hidden="true" v-bind="ptm('dropdown')">
<div :class="cx('dropdown')" role="button" tabindex="-1" v-bind="ptm('dropdown')">
<slot v-if="loading" name="loadingicon" :class="cx('loadingIcon')">
<span v-if="loadingIcon" :class="[cx('loadingIcon'), 'pi-spin', loadingIcon]" aria-hidden="true" v-bind="ptm('loadingIcon')" />
<SpinnerIcon v-else :class="cx('loadingIcon')" spin aria-hidden="true" v-bind="ptm('loadingIcon')" />
Expand Down

0 comments on commit 9f4fe4a

Please sign in to comment.