Tencent / Tencent/tdesign-miniprogram
[DropdownMenu ] skyline模式下无法正常弹出
Open
Nobody has claimed this yet.
Skyline
- Dominant language
- Vue
- Stars
- 1.8k
- Forks
- 337
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 19
Description
tdesign-miniprogram 版本
1.6.0
重现链接
No response
重现步骤
<t-dropdown-menu>
<t-dropdown-item options="{{product.options}}" value="{{product.value}}" bindchange="onChange" />
<t-dropdown-item options="{{sorter.options}}" default-value="{{sorter.value}}" />
</t-dropdown-menu>
data:{
sorter: {
value: 'default',
options: [
{
value: 'default',
label: '默认排序',
},
{
value: 'timeReverse',
label: '时间倒叙',
},
],
}
}
期望结果
No response
实际结果
点击下拉菜单后,下拉列表无法正常显示
基础库版本
No response
补充说明
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the provided t-dropdown-menu and t-dropdown-item example on tdesign-miniprogram 1.6.0 in skyline mode. Trace the dropdown components' display behavior and verify that tapping the menu renders the dropdown list normally; the issue provides no file or test entry point.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100