AutoComplete result dropdown templating
-
Is there any way to apply custom html to the autocomplete result list? I know QList and QItem’s properties can be used, but I want to have my own html for each Item. Like if you see any Autocomplete, It will highlight typed character’s in result list, which is not possibile without custom HTML.
-
hi, did you found a solution for this as I try to achieve same behaviour .
Thanks!