Multi-select list controls
When constructing a user form, you can add a Multi-select list control to make it possible for the application's users to select more than one value for a single field. These lists save time and ensure accuracy by supplying a list of valid values for an input field.
You can source a Multi-select list control from a data page, clipboard page, or report definition. In the application that you create, the list displays as an auto-complete list, similar to the To field in an email message.
Because the Multi-select list control is rendered with client-side templates, you cannot use that element with server-based layouts. Consequently, the control is compatible only with dynamic layouts, dynamic repeating layouts, and optimized tables.
The UI Gallery landing page contains a working example of this element. To display the gallery, in Dev Studio, click
.- Adding and configuring a Multi-select list control
You add and configure a Multi-select list control when your application users need the ability to select multiple items for a single field.
Previous topic Source of autocomplete field values Next topic Adding and configuring a Multi-select list control