Class: AoflSelectList

@aofl/select~ AoflSelectList

Similar to select tag it supports a single select list of aofl-options.

new AoflSelectList()

Source:

Extends

  • AoflElement

Members


<static, readonly> is :String

Type:
  • String
Source:

Methods


addOption(option)

Add an option to be selected
Parameters:
Name Type Description
option String
Source:

connectedCallback()

Source:

disconnectedCallback()

Source:

keydownCallback(e)

Parameters:
Name Type Description
e Event
Source:

mouseoverCallback(e)

Parameters:
Name Type Description
e Event
Source:

render()

Source:
Returns:
Type
Object

updateSelected(dispatch)

Updated selected value and dispatches a custom event with that value
Parameters:
Name Type Default Description
dispatch Boolean true
Source:
Fires:
  • AoflSelectList.event:change