promptTextArea.resizeString

Specifies the resize behavior. Available options: "none", "both", "horizontal", "vertical", "auto".

Example

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