22 lines
584 B
Markdown
Raw Normal View History

---
title: DictionarySelect
subtitle: 描述列表
---
次组件跟使用 Antd extends Select使用方法跟 Select 一样
## API
2019-03-15 22:59:37 +08:00
### DictionarySelect
| 参数 | 说明 | 类型 | 默认值 |
|----------|------------------------------------------|-------------|-------|
2019-03-15 22:59:37 +08:00
| dicKey | 字典key值 | string[] | [] |
| defaultValue | 来自 antd Select组件 | string、number、boolean | [] |
2019-03-15 22:59:37 +08:00
### Demo
```jsx harmony
<DictionarySelect dicKey="gender" defaultValue="1" />
```