multiSelectMinQueryLength property

int? multiSelectMinQueryLength
getter/setter pair

For multiselect menus, the number of text characters that a user inputs before the Chat app queries autocomplete and displays suggested items in the menu.

If unspecified, defaults to 0 characters for static data sources and 3 characters for external data sources.

Implementation

core.int? multiSelectMinQueryLength;