messages.filterInputPlaceholderString(default: "Filter")

The text message shown in the filter input.

Example - customize filterInputPlaceholder message

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