new AoflSelectList()
- Source:
-
Extends
Members
-
<static, readonly> is :String
-
Type:
- 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