mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
add description of v3 to v4 (#27309)
* add description of v3 to v4 * add description of v3 to v4 * add description of v3 to v4 * add description of v3 to v4
This commit is contained in:
parent
fdcdf140d1
commit
a442722cd2
@ -130,6 +130,7 @@ const Demo = () => (
|
||||
- 如果你需要设置弹窗高度请使用 `listHeight` 来代替 `dropdownStyle` 的高度样式。
|
||||
- `filterOption` 第二个参数直接返回原数据,不在需要通过 `option.props.children` 来进行匹配。
|
||||
- Tree、TreeSelect 同时指定 `title` 和 `label` 的时候,会选择显示 `label`。为了 `labelInValue` 行为一致进行了该调整。[新行为](https://codesandbox.io/s/keen-curran-d3qnp)(在第一个节点展示 'label'),[旧行为](https://codesandbox.io/s/muddy-darkness-57lb3)(在第一个节点展示 'title')。
|
||||
- Tree 传入内容采用 `treeData` 属性,来代替 `TreeNode` 方式,TreeNode 依然可用,但是会在控制台抛出警告。
|
||||
- Grid 组件使用 flex 布局。
|
||||
- Button 的 `danger` 现在作为一个属性而不是按钮类型。
|
||||
- Input、Select 的 `value` 为 `undefined` 时改为非受控状态。
|
||||
|
Loading…
Reference in New Issue
Block a user