Skip to content

Select: Reference

Reference for Select in Web Framework References. Key properties: ID, Name, Selected Value, Multiple.

Next generation client side framework for data-driven web sites and apps. App Connect is the next generation client side framework and base ground for a handful of additional components, which allow you build dynamic web sites and apps, the most modern way possible. It comes with phenomenal rendering speed of dynamic data and you have visual and direct access to custom components, dynamic attributes and events and smart data form inputs.

Inspector Property Groups

Select Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Required in common setups.
Attribute: id
NametextRequired in common setups.
Attribute: name
Selected ValuetextAttribute: dmx-bind:value
Supports dynamic option sources.
MultiplebooleanAllows multiple selection.
Enables selecting multiple options in a <select> . When enabled, users can select multiple items (usually using Ctrl/Cmd/Shift depending on platform). Bootstrap docs: Select
Attribute: multiple
DisabledbooleanDisables the select control.
Disables the select control. Disabled selects cannot be focused or changed. Bootstrap docs: Disabled forms
Attribute: disabled
Optionsgrid 

Options Properties

Property Type Details
Data SourcetextAttribute: dmx-bind:options
Supports dynamic option sources.
Text FieldtextAttribute: optiontext
Supports dynamic option sources.
Value FieldtextAttribute: optionvalue
Supports dynamic option sources.

Actions

Set Value

Set Value of the input

Configuration group Controls
Set Value PropertiesValue

Disable

Disable of the input

Configuration group Controls
Disable PropertiesValue

Validate

Validate the input

Focus

Focus the input

Set Selected Index

Set Selected Index

Configuration group Controls
Set Selected Index PropertiesIndex