How to make isTextSearchEnabled property work in case of ComboBox with icons in the beginning of text?
问题 In a ComboBox, we can jump to an item by typing its first few letters. This is when IsTextSearchEnabled property is set, which by default is true. I have a custom ComboBox with images in the beginning, followed by a short text. icon1 + Violet icon2 + Red icon3 + Blue If I type "r", I expect to navigate to the Red item in the dropdown. However, because of an icon in the beginning, the IsTextSearchEnabled property does not behave as expected. How can I make this work? For example, in MyDropdown