# bi.static_combo ## 单选combo,基类[BI.Widget](/core/widget.md) {% method %} [source](https://jsfiddle.net/fineui/urvt04so/) {% common %} ```javascript ``` {% endmethod %} ## API ##### 基础属性 | 参数 | 说明 | 类型 | 可选值 | 默认值 | :------ |:------------- | :-----| :----|:---- | height | 高度 | number | — | 24 | el | 开启弹出层的元素| object | { } | | items | 子组件 | array | — | [ ] | text | 文本内容 | string | — | " " | | chooseType | 选择类型 | const | | BI.ButtonGroup.CHOOSE_TYPE_SINGLE | ## 对外方法 | 名称 | 说明 | 回调参数 | :------ |:------------- | :----- | setValue| 设置value值|—| | getValue| 获取value值|—| | populate | 刷新列表 | items | ---