EnumPromptBoxMode
Enum
Defines the rendering mode of the TelerikPromptBox component.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum PromptBoxMode
Fields
Auto
Auto (default) — starts as single-line and transitions to multi-line on overflow, then enables vertical scrolling and auto-resizing as content grows.
MultiLine
Multi-line input; default height is 3 lines; grows vertically with vertical scrolling.
SingleLine
Single line only; fixed height with horizontal scrolling when content overflows.