Dropdown

Implements a dropdown.

Settings

SettingValueDescription

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

PropertyTypeDefaultDescription

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.

AvailableDescription

Click

no

Can receive clicks events

Change

yes

Can receive change events

Last updated