multiSelectMinQueryLength property
For multiselect menus, the number of text characters that a user inputs before the menu returns suggested selection items.
If unset, the multiselect menu uses the following default values: * If the
menu uses a static array of SelectionInput
items, defaults to 0
characters and immediately populates items from the array. * If the menu
uses a dynamic data source (multi_select_data_source
), defaults to 3
characters before querying the data source to return suggested items.
Implementation
core.int? multiSelectMinQueryLength;