valueString(default: "")

Sets the value of the PromptBox.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    value: "Pre-filled message",
    placeholder: "Enter your message..."
});
</script>
In this article
value
Not finding the help you need?
Contact Support