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

feat: 优化数字键盘及虚拟输入框无障碍 #6494

Merged
merged 16 commits into from
Dec 22, 2023

Conversation

majiang666
Copy link
Contributor

@majiang666 majiang666 commented Dec 20, 2023

fix: #6486
1:禁用无障碍模式下,mask背景读取焦点
2:修复虚拟键盘role为textbox
3:修复数字键盘收起及删除为中文,更改按钮及数字role类型为button

Copy link
Contributor

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6494.surge.sh

zombieJ
zombieJ previously approved these changes Dec 22, 2023
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7a1a8e6) 92.20% compared to head (a07952e) 92.24%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6494      +/-   ##
==========================================
+ Coverage   92.20%   92.24%   +0.04%     
==========================================
  Files         316      316              
  Lines        6926     6876      -50     
  Branches     1743     1724      -19     
==========================================
- Hits         6386     6343      -43     
+ Misses        502      497       -5     
+ Partials       38       36       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zombieJ zombieJ merged commit d6f94ec into ant-design:master Dec 22, 2023
8 checks passed
Copy link
Contributor

github-actions bot commented Jan 2, 2024

Deploy PR preview failed.

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

Successfully merging this pull request may close these issues.

VirtualInput 和 NumerKeyBoard 无障碍模式下的问题
2 participants