# SearchBox 搜索框
## 示例
### 风格
可选的 `ui` 属性值:`strong`。
[[ demo src="/demo/search-box/style.vue" ]]
### 尺寸
可选的 `ui` 属性值:`xs`/`s`/`m`/`l`。
[[ demo src="/demo/search-box/size.vue" ]]
### 只读与禁用
[[ demo src="/demo/search-box/disabled.vue" ]]
### 推荐列表
[[ demo src="/demo/search-box/suggestion.vue" ]]
## API
### 属性
| 名称 | 类型 | 默认值 | 描述 |
| -- | -- | -- | -- |
| `ui` | `string=` | - | [^ui] |
| `placeholder` | `string` | - | 搜索框占位符。 |
| `value` | `string` | - | [^value] |
| `autofocus` | `boolean` | `false` | 是否自动聚焦。 |
| `clearable` | `boolean` | `false` | 是否显示清除按钮。 |
| `select-on-focus` | `boolean` | `false` | 聚焦时是否自动选择文本。 |
| `composition` | `boolean` | `false` | 是否感知输入法状态。 |
| `suggestions` | `Array|Array