telerik / kendo-vue

Issue tracker - Kendo UI for Vue http://www.telerik.com/kendo-vue-ui/
Other
64 stars 29 forks source link

[Bug][ExpansionPanel] Custom icons set through expandIcon and collapseIcon render SVG icons #542

Open kdikov82 opened 7 months ago

kdikov82 commented 7 months ago

Describe the bug Using the expandIcon and collapseIcon properties of the ExpansionPanel should set only the class names for the icons and should not render SVG icons

To Reproduce Open the following example and inspect the rendering of the expand/collapse icons: https://codesandbox.io/p/sandbox/jolly-brook-w72zmy?file=%2Fsrc%2Fmain.vue

Notice that SVG icons are rendered.

Expected behavior The expandIcon and collapseIcon properties should be used for font icons only

Version: 4.3.1

kdikov82 commented 2 months ago

Reported again in ticket 1662040