Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micooz committed May 19, 2018
1 parent f0dc661 commit 228671b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/input-item/index.en-US.md
Expand Up @@ -35,7 +35,7 @@ Properties | Description | Type | Default
| onErrorClick | callback that is called when the error icon is clicked | (e: Object): void | |
| extra | the right content of `InputItem` | string or node | '' |
| onExtraClick | callback that is called when the extra content is clicked | (e: Object): void | |
| onVirtualKeyboardConfirm | callback that is called when "confirm" button of virtual keyboard is clicked | (e: Object): void | |
| onVirtualKeyboardConfirm | callback that is called when "confirm" button of virtual keyboard is clicked | (val: string): void | |
| labelNumber | number of label text, valid value is 2 to 7 | number | `5` |
| updatePlaceholder (`web only`) | whether to replace the placeholder with cleared content | bool | false|
| prefixListCls (`web only`) | the class name prefix of list | String | `am-list` |
Expand Down
2 changes: 1 addition & 1 deletion components/input-item/index.zh-CN.md
Expand Up @@ -38,7 +38,7 @@ subtitle: 文本输入
| onErrorClick | 点击报错 icon 触发的回调函数 | (e: Object): void ||
| extra | 右边注释 | string or node | '' |
| onExtraClick | extra 点击事件触发的回调函数 | (e: Object): void ||
| onVirtualKeyboardConfirm | 虚拟键盘点击确认时的回调函数 | (e: Object): void ||
| onVirtualKeyboardConfirm | 虚拟键盘点击确认时的回调函数 | (val: string): void ||
| labelNumber | 标签的文字个数,可用`2-7`之间的数字 | number | `5` |
| updatePlaceholder (`web only`) | 当清除内容时,是否将清除前的内容替换到 placeholder 中 | bool | false |
| prefixListCls (`web only`) | 列表 className 前缀 | String | `am-list` |
Expand Down

0 comments on commit 228671b

Please sign in to comment.