messages.filterInputPlaceholderString(default: "Filter")

The text message shown in the filter input.

Example - customize filterInputPlaceholder message

<input id="dropdowntree" />
<script>
    $("#dropdowntree").kendoDropDownTree({
        dataSource: [],
        filter: "contains",
        messages: {
            filterInputPlaceholder: "Placeholder for filtering."
        }
    });
</script>
In this article
messages.filterInputPlaceholder
Not finding the help you need?
Contact Support