Skip to main content

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

{{ placeholder_expression | placeholder:placeholder }}

In JavaScript

$filter('placeholder')(input, placeholder)

Parameters

ParamTypeDetails
inputstringThe input to check if it is null
placeholderstringThe value to display while input is null