speechToTextButton.fillModeString

Defines the fill mode for the Speech to Text button.

Example

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