Select Box

The SelectBox component is a wrapper of a select element. It can be rendered as a drop-down list or a scrolling list. Because events fire on selection, elements such as SelectNav, which takes users to a different page after selecting an item, can easily be configured with this control.

Properties

name

selectBoxName

formName

size

multiple

labelsListStr

valuesListStr

selectedStr

validate

isRequired

state

testMode

Methods

Set Selected

Get Selected

Validate Value

Render

Events

On Blur

On Change

On Focus

On Click

On Validate

On Invalid

On Valid

On Render

Other Information

Environment: Client