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

[bug-report] stepper使用v-model后的input的输入问题 #614

Closed
hangpingping opened this issue Nov 12, 2019 · 1 comment
Closed

[bug-report] stepper使用v-model后的input的输入问题 #614

hangpingping opened this issue Nov 12, 2019 · 1 comment
Assignees
Labels
bug Something isn't working @Components Components related

Comments

@hangpingping
Copy link

Mand Mobile Version

2.5.5

Vue Version

2.6.10

Model / OS & Browser Info

chrome78

Recurring Links

https://codesandbox.io/embed/mand-mobile-quick-start-jkct9?fontsize=14

Recurring Steps

  1. 添加一个stepper组件 使用v-model, min=100,max=999, step=1, 初始值100;
  2. 通过input输入500

Expectant Behaviors

删除100 输入500

Actual Behaviors

无法通过input输入500 或者其他数字,都会被限制为100 或者 999,只能通过加按钮加到500

@hangpingping
Copy link
Author

还有一个问题,若step为5,min=100, value = 104,这时是不能用减号减到100,disabled判断不合理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @Components Components related
Projects
None yet
Development

No branches or pull requests

2 participants