We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.3
macOS版本Ventura、Chrome版本127.0.6533.100、vue版本3.2
main.ts
ant-design-vue
App.vue
<a-config-provider>
dropdownmatchselectwidth
<a-select>
options
select选项的Dropdown宽度,根据文字长度拓宽以展示完整,超过select自身宽度
select选项的Dropdown宽度,未根据文字长度拓宽以展示完整,和select自身宽度相同
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Version
4.2.3
Environment
macOS版本Ventura、Chrome版本127.0.6533.100、vue版本3.2
Reproduction link
Steps to reproduce
main.ts
中全局引入ant-design-vue
App.vue
中使用<a-config-provider>
,并配置dropdownmatchselectwidth
属性为 falseApp.vue
中使用<a-select>
,并配置options
,选项超过15条,部分选项字数超过10个字What is expected?
select选项的Dropdown宽度,根据文字长度拓宽以展示完整,超过select自身宽度
What is actually happening?
select选项的Dropdown宽度,未根据文字长度拓宽以展示完整,和select自身宽度相同
The text was updated successfully, but these errors were encountered: