Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Renders a placeholder while a field is null.Usage
In HTML Template Binding
In JavaScript
Parameters
| Param | Type | Details |
|---|---|---|
| input | string | The input to check if it is null |
| placeholder | string | The value to display while input is null |