[new feature] Search: add right-icon slot

This commit is contained in:
陈嘉涵
2019-05-27 14:59:58 +08:00
parent 613679c2aa
commit 6974367b03
6 changed files with 45 additions and 4 deletions
+3 -2
View File
@@ -85,6 +85,7 @@ Search 默认支持 Input 标签所有的原生事件,如 `focus`、`blur`、`
| 名称 | 说明 |
|------|------|
| action | 自定义搜索框右侧按钮,需要在`showAction`为 true 时才会显示 |
| left-icon | 自定义输入框头部图标 |
| label | 自定义搜索框左侧文本 |
| action | 自定义搜索框右侧按钮,需要在`showAction`为 true 时才会显示 |
| left-icon | 自定义输入框左侧图标 |
| right-icon | 自定义输入框右侧图标 |