Skip to main content
I have a combobox in a Lightning Web Component.

Example value:

My Company Name (An Id)

Desired format:

My Company Name (An Id)

How would I make the company name bold, but not the text afterwards, the id in parentheses?
1 resposta
  1. 31 de dez. de 2019, 17:16
    I've tried to add <b> </b> around the text, but its rendered as literal text.
0/9000