Posts

Showing posts with the label rendering

Salesforce Fact #556 | Conditional rendering in p tag

Image
Unlike VF page, we can apply conditional rendering in <p> tag in LWC.  The below VF code will behave as: However the LWC code willl work properly: