Dropdown
Implements a dropdown.
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 |
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 |
No defined.
No defined.
Text | Available | Description |
---|---|---|
Click | no | Can receive clicks events |
Change | yes | Can receive change events |
Last modified 1yr ago