SplitButton: Main Icon Not Showing Up #5822
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Since updating PrimeVue from an older version (3.33.0) to the latest version (3.52.0), I have encountered an issue where the main icon of a the split button is not showing up, even when specified. An example of this issue is reproduced on one of the PrimeVue website examples: https://primevue.org/splitbutton/#icons. Here, the icon specified for the default option, "Save", is
pi pi-check
, but it is not shown in the example. However, for all the other options on that specific split button, the icons are shown. The same issue occurs in our application.Reproducer
https://stackblitz.com/edit/primevue-create-vue-issue-template
PrimeVue version
3.52.0
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
Edge, Chrome
Steps to reproduce the behavior
Expected behavior
The default option on the split button should show the icon that it was specified to show, just like the other options.
The text was updated successfully, but these errors were encountered: