promptTextArea.label.floatingBoolean
Specifies whether the label floats above the input.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
promptTextArea: {
label: {
content: "Enter your prompt",
floating: true
}
}
});
</script>
In this article