CdkListbox provides behavior for accessible listbox patterns.
Installation
Basic Usage
Multi-Selection
API Reference
cdkListbox
| Input | Type | Description |
|---|---|---|
cdkListboxValue | any | Selected value(s) |
cdkListboxMultiple | boolean | Allow multiple selection |
cdkListboxDisabled | boolean | Disable listbox |
| Output | Type | Description |
|---|---|---|
cdkListboxValueChange | any | Value change event |
cdkOption
| Input | Type | Description |
|---|---|---|
cdkOption | any | Option value |
cdkOptionDisabled | boolean | Disable option |