@include 'common'

# Search

搜索组件

## 展示

#### 基础搜索框和下拉搜索框

（1）通过 theme = 'white' | 'grey' 选择白色背景下或者灰色背景下的搜索框，默认为 them='white'白色背景下搜索框；

（2）通过 size = 'large' | 'medium' | 'small' ｜ 'xs' 选择尺寸，当 size='large'| 'medium'时为 36px 的搜索框，当 size='small'时为 28px，当 size='xs'时为 24px；

（3）可以设置只有 icon、只有文字、既有 icon 又有文字的搜索按钮；通过 searchText 来设置文字，通过 hasIcon 来设置是否带有 icon，默认情况下是只有 icon 的搜索框；

（4）带下拉框的搜索框可以设置 onFilterChange 事件；

（5）通过 disabled 属性可以设置搜索框是否禁用。

@include 'demo1'

#### 联想

@include 'demo2'

#### 自定义弹层

自定义下拉框内容

@include 'demo3'

#### 无障碍支持

按下 Enter 键调用 onSearch 事件去处理。
@include 'demo4'
