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