promptTextArea.placeholderString

Specifies the placeholder text for the textarea.

Example

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