mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 01:13:58 +08:00
docs: add notice (#40057)
This commit is contained in:
parent
7f189d56e5
commit
f25fd4363f
@ -16,6 +16,8 @@ Transfer the elements between two columns in an intuitive and efficient way.
|
||||
|
||||
One or more elements can be selected from either column, one click on the proper `direction` button, and the transfer is done. The left column is considered the `source` and the right column is considered the `target`. As you can see in the API description, these names are reflected in.
|
||||
|
||||
> notice: Transfer is a controlled component, uncontrolled mode is not supported.
|
||||
|
||||
## Examples
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
|
@ -17,6 +17,8 @@ cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*EAApQ5ephigAAAAAAA
|
||||
|
||||
选择一个或以上的选项后,点击对应的方向键,可以把选中的选项移动到另一栏。其中,左边一栏为 `source`,右边一栏为 `target`,API 的设计也反映了这两个概念。
|
||||
|
||||
> 注意:穿梭框组件只支持受控使用,不支持非受控模式。
|
||||
|
||||
## 代码演示
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
|
Loading…
Reference in New Issue
Block a user