PromptTextArea
configurationConfiguration options for the Kendo UI TextArea component used in the prompt view. Only specific properties from the Kendo UI TextArea are supported.
promptTextArea
ObjectpromptTextArea.fillMode
StringSpecifies the fill mode of the textarea. Available options: "solid", "outline", "flat", "none".
promptTextArea.inputMode
StringSpecifies the input mode attribute for mobile keyboards.
promptTextArea.label
ObjectSpecifies the label configuration for the textarea.
promptTextArea.maxLength
NumberSpecifies the maximum number of characters allowed in the textarea.
promptTextArea.maxRows
NumberSpecifies the maximum number of visible rows to which the textarea can auto-resize. Used in combination with resize: "auto".
Default: null
promptTextArea.overflow
StringSpecifies the overflow behavior. Available options: "auto", "hidden", "visible", "scroll".
Specifies the placeholder text for the textarea.
promptTextArea.resize
StringSpecifies the resize behavior. Available options: "none", "both", "horizontal", "vertical", "auto".
promptTextArea.rounded
StringSpecifies the border radius. Available options: "small", "medium", "large", "full", "none".
promptTextArea.rows
NumberSpecifies the number of visible text lines.
promptTextArea.size
StringSpecifies the size of the component. Available options: "small", "medium", "large", "none".