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
Creates a textboxUsage
as element:Parameters
| Param | Type | Details |
|---|---|---|
| label | string | The label for the textbox |
| field | string | The name of the field. |
| required (optional) | boolean | Whether the field is required not, if it is a warning will be displayed until the field is value. Default:false. |
| value (optional) | string | Value to display in the textbox. |
| hidden (optional) | boolean | Whether the textbox should be displayed. |
| placeholder (optional) | string | The placeholder for the textbox, if no placeholder is defined the label will be used as the placeholder. |
Example
Source
Result
