promptTextArea.roundedString
Specifies the border radius. Available options: "small", "medium", "large", "full", "none".
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
promptTextArea: {
rounded: "medium"
}
});
</script>
In this article