Skip to content

Commit

Permalink
chore: unuse dropdownMatchSelectWidt
Browse files Browse the repository at this point in the history
close #7087
  • Loading branch information
chenshuai2144 committed Nov 5, 2023
1 parent 227d302 commit 1f0c04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/card/src/demos/tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default () => {
<Select
value={tabPosition}
onChange={(value) => setTabPosition(value)}
dropdownMatchSelectWidth={false}
popupMatchSelectWidth={false}
>
<Option value="top">top</Option>
<Option value="bottom">bottom</Option>
Expand Down
2 changes: 1 addition & 1 deletion packages/form/src/components/FieldSet/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Same as [tree-select](https://ant.design/components/tree-select/). Both request
suffixIcon: null,
filterTreeNode: true,
showSearch: true,
dropdownMatchSelectWidth: false,
popupMatchSelectWidth: false,
labelInValue: true,
autoClearSearchValue: true,
multiple: true,
Expand Down

0 comments on commit 1f0c04d

Please sign in to comment.