• Softprodigy Team
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

User-added image
In need to make What is needed to repair the tree? as bold its  a 

<lightning-combobox value={value} label="What is needed to repair the tree?" placeholder=" " options={options}
        onchange={handleChoiceChange} required>
    </lightning-combobox>

I tried 
 
lightning-combobox label {
    font-weight: bolder;
}
its not working

 
Hi Guys,

Please help me out in this,

I need to find the duplicate leads and need to update the existing lead record with current lead record when both records email matches.