pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 8 forks source link

[bug] sfpegCardCmp - Peg card Display of formula field #40

Closed parii12 closed 1 year ago

parii12 commented 1 year ago

Is your feature request related to a problem? Please describe. When editing on the peg card , the html tags always show up

Describe the solution you'd like Display the formula field in html stripped format

Describe alternatives you've considered

Additional context image

image

pegros commented 1 year ago

@parii12 thanks for registering the issue. I shall try to use Lightning-output-field instead when fields are disabled while keeping the current display. This should solve this problem. I shall also requalify this issue as a bug instead of a new feature request.

pegros commented 1 year ago

Fixed in commit 53a2bfd Actually replaced all disabled input-fields by output-fields, and it happens to match the standard behaviour of the standard record details component. Also fixed some minor layout CSS elements to better segregate the different fields.