Planned
Last Updated: 06 Sep 2023 05:58 by ADMIN
Brian
Created on: 05 Sep 2023 16:46
Type: Bug Report
0
MultiSelect and ComboBox Custom Icons

Hello,

The MultiSelect and ComboBox Icons seem to have issues. First, in the MultiSelect, I'm not able to customize the icon within the IconButton. In the similar ComboBox, I can customize the icon, but the change is not reflected in the live view.

I would expect that all the clear "X" icons within the dropdown components would inherit from the base TextBox "Clear Icon" but they don't.

Regards,

Brian

1 comment
ADMIN
Stefan
Posted on: 06 Sep 2023 05:58

Hello, Brian,

Thank you for reporting these.

I can confirm that these both are issues in the ThemeBuilder components, and I have logged an item to fix them. You can track the progress in GitHub:

https://github.com/telerik/themebuilder/issues/41 

https://github.com/telerik/themebuilder/issues/42 

Currently the option is to style them manually with CSS:

.k-multiselect .k-i-x::before {
    content: "\e11b"; // set the code for the required icon
}

.k-combobox .k-i-x::before {
    content: "\e11b"; 
}

Additionally, I have added 1500 Telerik points to your account for bringing this to our attention.

Apologies for the inconvenience this may have caused you.

 

Regards,
Stefan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.