I was able to go into GetSuggestionsCommand.js and bold the
appropriate text while looping through the list of suggestions before
spitting them out. Seems to work so far.
On Feb 8, 12:38 pm, Loyal Chow <loyalc...@gmail.com> wrote:
> Oops, sent the last message by accident.
>
> The suggestions generate an under-ordered list, each with a
> class="suggestion". So you can style them with css: "li.suggestion {
> font-weight: bold; }"
>
> Cheers,
>
> Loyal
>