I have added a new Lightning Record Page Component to the Unofficial Flow website. I wanted the ability to separately display a Large Text Area field in a larger format than what the standard field looks like in a Detail section or Quick Action.
This is a generic Lightning Component that allows for the display or editing of a Long Text Area field on the record page with a larger input box than what is standard and the ability to toggle it on and off.
Additional parameters include setting the width and starting height of the field display area and setting startup mode to on or off and the maximum size of the field. The height of the input box can be adjusted by the user by dragging the bottom right corner.
Hi there! I have been trying to get this to work as we have a great use case for it. Trouble is, I get the same error the user described here during sandbox testing on a custom object. I am not sure how to use the developer console to perform what you outlined, and (even if I did) it looks as though the fix then only allows the component to work on a single object overall? Can you let me know if this understanding is correct and whether there's a version to install that may not have the issue? Thanks so much!
EDIT: never mind, I discovered a Prod version on unofficial SF that allows you to specify Object. Link for any others who are searching: https://unofficialsf.com/large-text-area-component/ On testing though, text is displayed completely in HTML in the component, but formatted normally in the original rich text area field. Any advice on that?