-
Notifications
You must be signed in to change notification settings - Fork 277
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
feat(cascader): support aria #1657
base: develop
Are you sure you want to change the base?
feat(cascader): support aria #1657
Conversation
预览1 |
预览1 |
预览1 |
预览1 |
91_1677832897.mp4
|
预览3 |
这2个问题是不是还能复现? |
预览2 |
正在构建预览的二维码,请稍等... |
预览3 |
预览 |
预览 |
关于这一点,目前实现的方式是将上一级隐藏 aria-hidden="true",从代码来看(如下视频),是成功设置了的,但是真机测试似乎是没有设置成功,在这里记录一下。 3b99ac77609e7ede480e4f72a2dcaa3f.mov |
预览4 |
18f0979
to
964b3a0
Compare
预览 |
正在构建预览的二维码,请稍等... |
预览 |
截止目前此组件无障碍支持还遗留的问题如下:
因一时间未找到解决办法,所以先行合并此 pr,以完成前置支持,然后重新提一个 issue 来记录,同时也希望能有社区大佬给解决一波! |
预览 |
预览 |
> | ||
<view | ||
class="{{name}}__options-container" | ||
style="width: {{items.length + 1}}00vw; transform: translateX(-{{stepIndex}}00vw)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个style去掉了,符合预期吗
bind:change="handleSelect" | ||
data-level="{{index}}" | ||
data-level="{{stepIndex}}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的变更 @LeeJim 帮忙多关注下
@zhangpaopao0609 大佬,抽空帮忙处理一下冲突~ +1 |
🤔 这个 PR 的性质是?
🔗 相关 Issue
fix #1254
💡 需求背景和解决方案
ios 录屏
📝 更新日志
☑️ 请求合并前的自查清单