promptTextArea.inputModeString

Specifies the input mode attribute for mobile keyboards.

Example

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