---
type: Layout
title: tag-select
subtitle: 标签选择器
cols: 1
module: import { TagSelectModule } from '@ohayo/components/tag-select';
---

增加标签的展开与收进功能。

## API

### tag-select

| 成员 | 说明 | 类型 | 默认值 |
|----|----|----|-----|
| `[expandable]` | 是否启用 `展开与收进` | `boolean` | `true` |
| `(change)` | 展开与收进回调函数，参数：`boolean` | `EventEmitter<boolean>` | - |
