Skip to content

Commit

Permalink
docs(module:input):add nzBlur & nzFocus property to the API table (#81)
Browse files Browse the repository at this point in the history
relate #73
pr #80
  • Loading branch information
giscafer authored and vthinkxie committed Aug 19, 2017
1 parent ffc1d49 commit ead3281
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/showcase/nz-demo-input/nz-demo-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@ <h3 id="Input"><span>nz-input</span>
<td>bool</td>
<td>false</td>
</tr>
<tr>
<td>nzBlur</td>
<td>失去焦点回调</td>
<td>EventEmitter</td>
<td></td>
</tr>
<tr>
<td>nzFocus</td>
<td>获取焦点回调</td>
<td>EventEmitter</td>
<td></td>
</tr>
<tr>
<td>#addonBefore</td>
<td>设置前置标签</td>
Expand Down

1 comment on commit ead3281

@oyboyb
Copy link

@oyboyb oyboyb commented on ead3281 Jan 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没年明白,感觉你这个也没有实现怎么在nz-input中实现自动获取用户焦点

Please sign in to comment.