TextInputOptions
- interface TextInputOptions
Options for a modal text input.
exported from
lib.weeble.d
Properties
Property |
Type |
Description |
|---|---|---|
|
|
Custom ID for the text input. |
|
|
Label displayed above the input field. |
|
|
Maximum character length. |
|
|
Minimum character length. |
|
|
Placeholder text shown when the input is empty. |
|
|
Indicates whether this input is required. |
|
|
Visual style (single-line vs paragraph). |
|
|
Pre-filled value. |