Filter Menu showing HTML Tags when Column is not

Hello, I switched my filter type from check box to menu and when I did that the filter is showing html tags now where the check box type did not. The column is set with disableHtmlEncode="false" and is displaying properly but the filter is not. How do I correct this? 


Image_8984_1692292748033


1 Reply

SI Santhosh Iruthayaraj Syncfusion Team August 22, 2023 10:46 AM UTC

Hi Nathan Mead,


Greetings from Syncfusion support.


In your query, we could see that you like to remove the html strings in the Filter menu. In Filter menu we have rendered the AutoComplete component and we want to let you know that the Value property of the AutoComplete field settings are of type string, and it will consider the given value as a string. So, since you are maintaining the HTML strings in your datasource, the AutoComplete considered the whole value as the string. It was the default behavior. We cannot disable the HTML String in the AutoComplete.


Regards,

Santhosh I


Loader.
Up arrow icon