I have textarea on an HTML5 website with the corresponding attribute placeholder = "Sample text". It displays well until I add RichText support through CKEditor. The CKEditor GUI recreates the text field and does not display the placeholder text inside. Is there a way to show placeholders in CKEditor or toggle some configuration options?
source
share