It is now possible to display a placeholder text in a rich text field of a UI extension. A placeholder text is typically used to make it easier for users to understand what to fill out in a field when it is still empty.
The data-placeholder attribute can now be included in the HTML of a UI extension to specify the text that should be displayed in a rich text field when it is empty. For example:
<div class=”row vertical”>
<label for=”specs” title=”Specifications”>Specifications</label>
<div id=”specs” class=”rich-text” data-placeholder=”Enter the specifications here…”></div>
</div>
The placeholder of a rich text field can also be set using JavaScript:
$(‘#specs’).placeholder(‘Enter the specifications here…’);
It is even possible to present a placeholder in the Note field. This can be done by including the following JavaScript:
ITRP.field(‘note’).placeholder(‘Describe your request here…’);

Xurrent named a Market Leader in Research In Action’s Vendor Selection Matrix™ for IT & Enterprise Service Management Solutions
Xurrent earns #1 rankings in customer satisfaction, price vs value, and recommendation index in Research In Action's global ITSM/ESM Vendor Selection Matrix report.

Managing risks and delivering successful AI-driven outcomes at the Service Desk
Discover how IT leaders can navigate AI risks and achieve successful outcomes at the service desk. Learn strategies for cost control, robust security, and minimizing AI hallucinations to deliver measurable ROI. Download the Gartner report for deeper insights.