The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is there a way to get the DropDownList controls clear icon to act like the MutliSelects? I would like the clear icon to show on hover over for the DropDownList (When an item has been selected).
JMJeyanth Muthu Pratheeban Sankara Subramanian Syncfusion Team September 2, 2020 05:57 PM UTC
Hi Ryan,
Greetings from Syncfusion support.
As per your requirement we have prepared the work around sample with DropDownList component. It has been achieved using mouseover and mouseleave event bound for dropdownlist span element by add and remove the clear-icon-hide class. Please find the code snippet and test sample below for reference.