promptTextArea.overflowString

Specifies the overflow behavior. Available options: "auto", "hidden", "visible", "scroll".

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    promptTextArea: {
        overflow: "auto"
    }
});
</script>
In this article
promptTextArea.overflow
Not finding the help you need?
Contact Support