add name prop to form components (#6042)

add name prop

Revert "feature menu collapse"

This reverts commit e5ef11d87825f02357c434aedfcef79192600b1b.
This commit is contained in:
baiyaaaaa
2017-07-30 16:26:05 +08:00
committed by 杨奕
parent de28477064
commit 258a165416
12 changed files with 21 additions and 7 deletions

View File

@@ -801,6 +801,7 @@ export default {
| trigger-on-focus | 是否在输入框 focus 时显示建议列表 | boolean | — | true |
| on-icon-click | 点击图标的回调函数 | function | — | — |
| icon | 输入框尾部图标 | string | — | — |
| name | 原生属性 | string | — | — |
### Props
| 参数 | 说明 | 类型 | 可选值 | 默认值 |