promptTextArea.maxLengthNumber

Specifies the maximum number of characters allowed in the textarea.

Example

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