PromptBoxMode
Union
PromptBoxMode
type
Specifies the PromptBox modes.
- 'single'—Renders a single-line input element.
- 'multi'—Renders a multi-line textarea element.
- 'auto'—Automatically switches between single-line and multi-line modes based on the content.
Possible values:
"single""multi""auto"