Unions

The following unions are available in the Dropdown List component:

NameValueDescription
FilterType
'StartsWith' | 'EndsWith' | 'Contains'

Specifies the filter type used to compare the search text with list item values.

  • StartsWith: Matches items that begin with the entered text.
  • EndsWith: Matches items that end with the entered text.
  • Contains: Matches items that contain the entered text anywhere.