DictionarySelect.md 584 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
---
title: DictionarySelect
subtitle: 描述列表
---

次组件跟使用 Antd extends Select,使用方法跟 Select 一样

## API

sin's avatar
sin committed
10
### DictionarySelect
11 12 13

| 参数      | 说明                                      | 类型         | 默认值 |
|----------|------------------------------------------|-------------|-------|
sin's avatar
sin committed
14 15
| dicKey    | 字典key值                                 | string[]  | [] |
| defaultValue    | 来自 antd Select组件             | string、number、boolean  | [] |
16

sin's avatar
sin committed
17 18 19 20
### Demo
```jsx harmony
  <DictionarySelect dicKey="gender" defaultValue="1" />
```
21