Skip to content

Commit

Permalink
docs(module:mention): fix API
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-Sama authored and hsuanxyz committed Jun 25, 2019
1 parent cb05f5c commit 4fbc147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/mention/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { NzMentionModule } from 'ng-zorro-antd/mention';
| `[nzSuggestions]` | Suggestion content | `any[]` | `[]` |
| `[nzValueWith]` | Function that maps an suggestion's value | `(any) => string \| (value: string) => string` |
| `(nzOnSelect)` | Callback function called when select from suggestions | `EventEmitter<any>` | - |
| `(onSearchChange)` | Callback function called when search content changes| `EventEmitter<MentionOnSearchTypes>` | - |
| `(nzOnSearchChange)` | Callback function called when search content changes| `EventEmitter<MentionOnSearchTypes>` | - |

#### Methods

Expand Down
2 changes: 1 addition & 1 deletion components/mention/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { NzMentionModule } from 'ng-zorro-antd/mention';
| `[nzSuggestions]` | 建议内容 | `any[]` | `[]` |
| `[nzValueWith]` | 建议选项的取值方法 | `(any) => string \| (value: string) => string` |
| `(nzOnSelect)` | 下拉框选择建议时回调 | `EventEmitter<any>` | - |
| `(onSearchChange)` | 输入框中 @ 变化时回调 | `EventEmitter<MentionOnSearchTypes>` | - |
| `(nzOnSearchChange)` | 输入框中 @ 变化时回调 | `EventEmitter<MentionOnSearchTypes>` | - |

#### 方法

Expand Down

0 comments on commit 4fbc147

Please sign in to comment.