不吃猫的鱼
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
components/select/demo/automatic-tokenization.md
|
@ -7,11 +7,11 @@ title: |
|
|
|
|
|
|
|
|
## zh-CN |
|
|
## zh-CN |
|
|
|
|
|
|
|
|
试下复制 `露西,杰克` 到输入框里。只在 tags 和 multiple 模式下可用。 |
|
|
试下复制 `露西,杰克` 并粘贴到输入框里。只在 tags 和 multiple 模式下可用。 |
|
|
|
|
|
|
|
|
## en-US |
|
|
## en-US |
|
|
|
|
|
|
|
|
Try to copy `Lucy,Jack` to the input. Only available in tags and multiple mode. |
|
|
Try to copy `Lucy,Jack` and paste to the input. Only available in tags and multiple mode. |
|
|
|
|
|
|
|
|
```jsx |
|
|
```jsx |
|
|
import { Select } from 'antd'; |
|
|
import { Select } from 'antd'; |
|
|