mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
docs: Update 's document.
This commit is contained in:
parent
42fc8bc2a5
commit
60feaebd54
@ -50,6 +50,7 @@ When need to mention someone or something.
|
||||
| onBlur | Callback function called when mention component blur | function(e) | null |
|
||||
| readOnly | Tell if the input is readonly. | boolean | false |
|
||||
| disabled | Tell if the input is disabled. | boolean | false |
|
||||
| placement | The position of the suggestion relative to the target, which can be one of `top` and `bottom` | string | 'bottom'. |
|
||||
|
||||
### Mention methods
|
||||
|
||||
|
@ -50,6 +50,7 @@ title: Mention
|
||||
| onBlur | 失去焦点时回调 | function(e) | null |
|
||||
| readOnly | 是否只读. | boolean | false |
|
||||
| disabled | 是否禁用状态. | boolean | false |
|
||||
| placement | 建议框位置,可选 `top` `bottom` | string | 'bottom' |
|
||||
|
||||
### Mention methods
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user