[]
Specifies how to filter items of autocomplete.
public sealed class AutoCompleteMode : Enum
| Name | Description |
|---|---|
| Contains | Filtering items of autocomplete when contains the input string. |
| EndsWith | Filtering items of autocomplete when ends with the input string |
| MatchCase | Filtering items of autocomplete when contains the input string that match case. |
| MatchWholeWord | Filtering items of autocomplete when contains the input string that match whole word. |
| StartsWith | Filtering items of autocomplete when starts with the input string |
| value__ |