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

nz-input-number's nzMax and nzMin does not work when losing focus by pressing the 'Tab' key #651

Closed
dazyzsy opened this issue Dec 1, 2017 · 1 comment · Fixed by #706
Labels

Comments

@dazyzsy
Copy link

dazyzsy commented Dec 1, 2017

Version

0.6.2

Environment

windows 10、Chrome 62.0.3202.94 (64bit)、ng-zorro 0.6.2

Reproduction link

https://ng.ant.design/#/components/input-number

Steps to reproduce

Set [nzMax] = "10" .
Put a number greater than 10 in the control, e.g. 11.
Press 'Tab' button on keyboard.
The value 11 does not change.

What is expected?

The value 11 should change to 10.

What is actually happening?

The value 11 does not change.

Other?

@lock
Copy link

lock bot commented Feb 18, 2019

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Feb 18, 2019
hsuanxyz pushed a commit to hsuanxyz/ng-zorro-antd that referenced this issue Aug 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants