New to Kendo UI for Angular? Start a free 30-day trial
PromptBoxMode
Updated on Feb 5, 2026
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.
type PromptBoxMode = "single" | "multi" | "auto";