Icon for TelerikMultiSelect in Blazor.

0 Answers 177 Views
MultiSelect
Soumyo
Top achievements
Rank 1
Soumyo asked on 04 Jun 2021, 09:30 AM

Hi All,

Can any one help me to integrate a dropdown icon in TelerikMultiSelect component in blazor.

 

Thanks in advance

Alan
Top achievements
Rank 1
commented on 05 Jan 2022, 09:17 PM

Can do this with css. something like:


.k-multiselect .k-searchbar:after {
  width: 1em;
  height: 1em;
  content: "\e006";
  outline: 0;
  font-size: 16px;
  font-family: 'WebComponentsIcons', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline;
}

.k-multiselect .k-reset+.k-searchbar:after {
  display: none;
}


No answers yet. Maybe you can help?

Tags
MultiSelect
Asked by
Soumyo
Top achievements
Rank 1
Share this question
or