<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`DropdownComponent`](DropdownComponent)
## DropdownComponent class
0.9.7
**Signature:**
```typescript
export class DropdownComponent extends ValueComponent<string>
```
**Extends:** [`ValueComponent`](ValueComponent)`<string>`
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [`(constructor)(containerEl)`](DropdownComponent/(constructor).md) | | Constructs a new instance of the <code>DropdownComponent</code> class |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`disabled`](BaseComponent/disabled) | | <code>boolean</code> | <p> 0.10.3</p><p>(Inherited from [BaseComponent](BaseComponent)<!-- -->)</p> |
| [`selectEl`](DropdownComponent/selectEl) | | <code>HTMLSelectElement</code> | 0.9.7 |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [`addOption(value, display)`](DropdownComponent/addOption) | | 0.9.7 |
| [`addOptions(options)`](DropdownComponent/addOptions) | | 0.9.7 |
| [`getValue()`](DropdownComponent/getValue) | | 0.9.7 |
| [`onChange(callback)`](DropdownComponent/onChange) | | 0.9.7 |
| [`registerOptionListener(listeners, key)`](ValueComponent/registerOptionListener) | | <p> 0.9.7</p><p>(Inherited from [ValueComponent](ValueComponent)<!-- -->)</p> |
| [`setDisabled(disabled)`](DropdownComponent/setDisabled) | | 1.2.3 |
| [`setValue(value)`](DropdownComponent/setValue) | | 0.9.7 |
| [`then(cb)`](BaseComponent/then) | | <p>Facilitates chaining</p><p> 0.9.7</p><p>(Inherited from [BaseComponent](BaseComponent)<!-- -->)</p> |