Insites Docs Web Components V1Data EntrySelect Group

Select Group

Last updated on August 02, 2024.

Element: <ins-select-group>

Defines a drop-down list item.

Complete Example

Code Snippet

<ins-select label="Cars" placeholder="Please select a car">

  <ins-select-group label="Swedish Cars">
    <ins-select-option value="volvo" label="Volvo"></ins-select-option>
    <ins-select-option value="saab" label="Saab"></ins-select-option>
  </ins-select-group>

  <ins-select-group label="German Cars">
    <ins-select-option value="mercedes" label="Mercedes"></ins-select-option>
    <ins-select-option value="audi" label="Audi"></ins-select-option>
  </ins-select-group>

</ins-select>

 

Attributes

 

FIELD ATTRIBUTE TYPE DEFAULT OPTIONS DESCRIPTION
label string "Options Group" any Defines label of the group

 

Have a suggestion for this page?

Didn't quite find what you are looking for or have feedback on how we can make the content better then we would love to hear from you. Please provide us feedback and we will get back to you shortly.