10.16 Select Type

Description: This attribute is used to specify whether to allow single or multiple option selection. By default, it will be single selection.

Components to accept the input: Buttonset

For Select:



For ComboBox:



There are two types of button available.
  1. Select/ComboBox One : For single select
  2. Select/ComboBox Many : For multi select

By default, “Select/ComboBox One” will be selected.

Example:
  1. For Select Component:

    User wants multi select drop down as shown in the image below.



    User wants multi select drop down as shown in the image below.



  2. For ComboBox Component:

    User wants multi select combobox as shown in the image below.



    Usage: Select type “ComboBox Many” as shown in the image below.