Skip to main content

placeholder

Description

Sets placeholder text shown in the input when it is empty

Use it to suggest example syntax or describe what the user can search for.

Usage

placeholder?: string;

Default: ""

Example

<FilterQuery placeholder="e.g., Status: Open or #urgent" />