multiSelectMinQueryLength property
For multiselect menus, the number of text characters that a user inputs before the 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;