[]
Defines how to filter the items of MultiSelect.
public enum SuggestMode
| Name | Description |
|---|---|
| Contains | List the items which contains the input text. |
| None | Don't filter the items. |
| StartWith | Select the item which start with the input text. |