Welcome to the UWP feedback portal. We’re happy you’re here! If you have feedback on how to improve the UWP, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Need to provide the following supports in UWP SfComboBox
1.TextSearchEnabled support in the Dropdown mode
Currently we have 'IsTextSearchEnabled' property in the SfComboBox which works only for editable mode. Unfortunately, the IsTextSearchEnabled property in the SfComboBox is not supported for dropdown mode. Hence we need to revamp the feature.
We set the IsTextSearchEnabled property value to true and the IsEditable property value to false. If we type any text after dropdown has opened, the comboboxitems will be traversed and the typed item will be selected. Then, by typing any letter, the combobox jumps to the corresponding items.