Skip to content
New issue

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

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

Open
cfping opened this issue Sep 13, 2024 · 2 comments
Open

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

cfping opened this issue Sep 13, 2024 · 2 comments
Labels
Skyline Skyline Render

Comments

@cfping
Copy link

cfping commented Sep 13, 2024

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

Copy link
Contributor

👋 @cfping,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@anlyyao anlyyao added the Skyline Skyline Render label Sep 13, 2024
@anlyyao
Copy link
Collaborator

anlyyao commented Sep 13, 2024

@cfping 当前组件未适配 skyline,已适配组件 see #3149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skyline Skyline Render
Projects
None yet
Development

No branches or pull requests

2 participants