Skip to content

Commit 1f0c04d

Browse files
committed
chore: unuse dropdownMatchSelectWidt
close #7087
1 parent 227d302 commit 1f0c04d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/card/src/demos/tabs.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default () => {
1717
<Select
1818
value={tabPosition}
1919
onChange={(value) => setTabPosition(value)}
20-
dropdownMatchSelectWidth={false}
20+
popupMatchSelectWidth={false}
2121
>
2222
<Option value="top">top</Option>
2323
<Option value="bottom">bottom</Option>

packages/form/src/components/FieldSet/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Same as [tree-select](https://ant.design/components/tree-select/). Both request
427427
suffixIcon: null,
428428
filterTreeNode: true,
429429
showSearch: true,
430-
dropdownMatchSelectWidth: false,
430+
popupMatchSelectWidth: false,
431431
labelInValue: true,
432432
autoClearSearchValue: true,
433433
multiple: true,

0 commit comments

Comments
 (0)