placeholderString(default: "")

Sets the placeholder text displayed in the PromptBox when it is empty.

Example

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