-
Notifications
You must be signed in to change notification settings - Fork 771
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
NumberKeyBoard 在chrome中输出问题 #477
Labels
Comments
xxyan0205
added
@Components
Components related
optimizing
Optimize performance or experience
labels
Jun 21, 2019
xxyan0205
added a commit
that referenced
this issue
Jun 21, 2019
xxyan0205
added a commit
that referenced
this issue
Jun 22, 2019
* feat(number-keyboard): add prop isHideConfirm & slot * example(number-keyboard): update cases * doc(number-keyboard): update readme * fix(number-keyboard): avoiding border from being touched by mistake #477
修复后问题依旧存在问题,例如5-2一边上移一边点击,期望行为是5..52..2,实际上是5..52..25..52..2,猜测是文字也导致误触,使用span包裹文字则期望和实际一致 |
xxyan0205
added a commit
that referenced
this issue
Jun 25, 2019
xxyan0205
added a commit
that referenced
this issue
Jun 25, 2019
xxyan0205
added a commit
that referenced
this issue
Jul 5, 2019
* fix(number-keyboard): number keys misuse & update style #477 * test: update snapshots
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mand Mobile Version
mand-mobile v2.3.0
OS Version & Browser Version
window10 x64 chrome 74
Node Version, Package Management Tool
Node v10.15.3 npm v6.9.0 vue-cli 3.5.5 vue 2.6.10
Recurring Steps
App.vue
使用chrome浏览器调试模式打开https://didi.github.io/mand-mobile/#/zh-CN/docs/components/form/number-keyboard亦有同样问题
Expectant Behaviors
Actual Behaviors
1中结果正常
2中结果输出5,数字5区域背景色变黄
The text was updated successfully, but these errors were encountered: