Skip to content

Commit fc294f0

Browse files
docs(comboBox): fix default filter operator
1 parent 78cb905 commit fc294f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/combobox/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The ComboBox component allows the user to filter the available items by their te
1414

1515
To enable filtering, set the `Filterable` parameter to `true`.
1616

17-
Filtering ignores casing and the default filter operator is `contains`. Filtering looks in the `TextField`, and the filter is reset when the dropdown closes. You can choose a different operator through the `FilterOperator` parameter that takes a member of the `Telerik.Blazor.StringFilterOperator` enum.
17+
Filtering ignores casing and the default filter operator is `starts with`. Filtering looks in the `TextField`, and the filter is reset when the dropdown closes. You can choose a different operator through the `FilterOperator` parameter that takes a member of the `Telerik.Blazor.StringFilterOperator` enum.
1818

1919
You can also implement custom filtering and set a data source dynamically through the [`OnRead` event]({%slug components/combobox/events%}#onread).
2020

0 commit comments

Comments
 (0)