speechToTextButton.sizeString

Defines the size of the Speech to Text button.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    speechToTextButton: {
        size: "large"
    },
    placeholder: "Large speech button..."
});
</script>
In this article
speechToTextButton.size
Not finding the help you need?
Contact Support