Dropdown
Implements a dropdown.
Settings
Setting | Value | Description |
---|---|---|
Container | false | Accepts nested children components. |
Droppable | true | Added as a nested child component inside a container. |
Editable | false | Can be edited |
Interactive | true | Can receive events |
Properties
Property | Type | Default | Description |
---|---|---|---|
Label | General | Label of the component | |
Options | General | List of options. Each option must implement the getId and getTitle methods | |
Valid | Boolean | false | Provides the valid state |
Value | General | Selected Id |
Actions
No defined.
Events
No defined.
Available | Description | |
---|---|---|
Click | no | Can receive clicks events |
Change | yes | Can receive change events |
Last updated