messages.placeholderString(default: "")

Sets the placeholder text for the input field.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    messages: {
        placeholder: "Type your question here..."
    }
});
</script>
In this article
messages.placeholder
Not finding the help you need?
Contact Support