How to remove this arrow from kendo-dropdownlist/DropDownListComponent in Kendo UI for Angular? I have tried provided solutions for older version of kendo, but it doesn't work in kendo 11.6.0 and later.
2 Answers, 1 is accepted
0
Hetali
Telerik team
answered on 06 Sep 2023, 04:07 PM
Hi Kamil,
In order to remove the arrow icon from the Kendo UI DropDownList component, use the following CSS:
Thanks for your answer."Make sure to set the encapsulation to ViewEncapsulation.None to apply the component style globally." This is something I want to avoid. In our app there are other dropdowns and we want to keep arrow on them. Is there any other solution without removing arrow globally?
Regards,
Kamil
Hetali
Telerik team
commented on 22 Sep 2023, 07:42 PM
Hi Kamil,
To avoid removing the arrow icon from other dropdowns, use the id attribute in the dropdown where you want to hide the arrow. For example: