We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227d302 commit 1f0c04dCopy full SHA for 1f0c04d
packages/card/src/demos/tabs.tsx
@@ -17,7 +17,7 @@ export default () => {
17
<Select
18
value={tabPosition}
19
onChange={(value) => setTabPosition(value)}
20
- dropdownMatchSelectWidth={false}
+ popupMatchSelectWidth={false}
21
>
22
<Option value="top">top</Option>
23
<Option value="bottom">bottom</Option>
packages/form/src/components/FieldSet/index.en-US.md
@@ -427,7 +427,7 @@ Same as [tree-select](https://ant.design/components/tree-select/). Both request
427
suffixIcon: null,
428
filterTreeNode: true,
429
showSearch: true,
430
- dropdownMatchSelectWidth: false,
+ popupMatchSelectWidth: false,
431
labelInValue: true,
432
autoClearSearchValue: true,
433
multiple: true,
0 commit comments