I use kedno UI for Vue3. I have a question. When I use filter of DropDownList, can I customize the filter region like that? I couldn't find filterRender Property.
thanks.
1 Answer, 1 is accepted
1
Konstantin Dikov
Telerik team
answered on 11 May 2024, 12:33 PM
Hi Fingate,
With the current implementation of the DropDownList there is no option for changing the rendering of the filter element.
One workaround that I can suggest is to manually add the clear element with pure JavaScript as shown in the following example: