Open Tschasmine opened 7 months ago
<SplitButton icon="pi pi-pencil" label="Edit" />
Expected: SplitButton with Icon and Label. Actual: Icon is not displayed
Stackblitz doesn't have the issue, but the primevue website also does not show the icon on split buttons: https://v4.primevue.org/splitbutton/
https://stackblitz.com/edit/primevue-create-vue-issue-template-m3x4xr?file=src%2FApp.vue
4.0.0-beta.1
3.x
TypeScript
Vite
No response
SplitButton with Icon and Label.
I am also experiencing this in version 3.49.1+. It also seems to be true on the primeVUE website (v3.52.0) here (screenshot attached)
Describe the bug
<SplitButton icon="pi pi-pencil" label="Edit" />
Expected: SplitButton with Icon and Label. Actual: Icon is not displayed
Stackblitz doesn't have the issue, but the primevue website also does not show the icon on split buttons: https://v4.primevue.org/splitbutton/
Reproducer
https://stackblitz.com/edit/primevue-create-vue-issue-template-m3x4xr?file=src%2FApp.vue
PrimeVue version
4.0.0-beta.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
<SplitButton icon="pi pi-pencil" label="Edit" />
Expected behavior
SplitButton with Icon and Label.