Tencent / Tencent/tdesign-miniprogram

[DropdownMenu ] skyline模式下无法正常弹出

Open
#3,148 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.