Hello. I was wondering if it is possible to override the default functionality of the results list. Specifically, I would like to bold the substring in the list item that matched the query. Is this possible with the package?
hi @pdaniel3
you can use a custom template with ref [taItemTpl] - look at the source for an example.
another way is to use css and style the ".active" element
Hello. I was wondering if it is possible to override the default functionality of the results list. Specifically, I would like to bold the substring in the list item that matched the query. Is this possible with the package?