Select

amx:selectOneChoice

The Select component is the mobile equivalent to the traditional desktop pull-down menu, where the user may select an option from a list. It allows the user to select one from a set of Selects. The component consists of the following elements:

Appearance

Appearance characteristics for this component.

Behavior

Common behaviors for this component.

Usage

Usage guidelines for this component.

Sample

AMX sample code for this component.

<amx:selectOneChoice label="Enabled" id="soc1">
<amx:selectItem label="Select one"/>
</amx:selectOneChoice>

<amx:selectOneChoice label="Disabled" id="soc2" disabled="true">
<amx:selectItem label="Select one"/>
</amx:selectOneChoice>

<amx:selectOneChoice label="Read-Only" id="soc3" readOnly="true">
<amx:selectItem label="Select one"/>
</amx:selectOneChoice>


Related

Fig 1. iOS Select

 

Fig 2. Android Select