function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kailash chandra 25kailash chandra 25 

how to display textarea type field of object as lightning wysiwyg editor?

I want to display lightning wysiwyg editor in lightning component while object fields is textarea(long) and object is salesforce standard object which can't be alter.
kailash chandra 25kailash chandra 25
Now I have found the solution.
https://www.lightningdesignsystem.com/components/rich-text-editor/
Component:
<lightning:inputRichText label="Description" value="{!v.product_description__c}"/>