We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
1.2.3
No response
<view> <scroll-view scroll-y style="height:2000px;background-color: gray;"> <view style="height: 200px;"></view> <t-dropdown-menu> <t-dropdown-item label="筛选" bindchange="onChange"> <t-tree-select options="{{options}}" value="{{value}}" bind:change="onChange" /> </t-dropdown-item> <t-dropdown-item label="全部" /> </t-dropdown-menu> </scroll-view> </view>
展开项跟随菜单栏一起滚动上去
向上滚动后,菜单栏向上滚动,展开项原地不动。 ps: 另外还有两个问题
pull request
The text was updated successfully, but these errors were encountered:
👋 @vicorn,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
确实 发现后偶然点进来一看就看到了这条issue
展开菜单栏后,是不允许滑动的遮罩固定 如果滑动,菜单栏则收起
Successfully merging a pull request may close this issue.
tdesign-miniprogram 版本
1.2.3
重现链接
No response
重现步骤
期望结果
展开项跟随菜单栏一起滚动上去
实际结果
向上滚动后,菜单栏向上滚动,展开项原地不动。
ps: 另外还有两个问题
基础库版本
No response
补充说明
No response
IssueShoot
pull request
并合并为准The text was updated successfully, but these errors were encountered: