#### 基本使用

``` js
<DropdownInput
  defaultValue="默认值"
  onChange={console.log}
  title="事件类型"
  className="mgb20"/>
```