Hello, I'm dealing with an issue where the text that is displayed in the contents of the dropdown list do not match the selected value when the content is a html tag.
The list is generated through an API call, we originaly did not manipulate the entries in anyway so when the user directly input html they had results simmilar to entries 0 and 2
After sanitising the angle brackets to the character codes we have results like entries 1 and 3,
Is it possible to have the text that is displayed in the top box of the dropdown match the text that is displayed in the list?
I've attached a JSplayground to better domonstrate the issue.
http://jsplayground.syncfusion.com/tvuscm2w