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

min="0" does not prohibit negative numbers in v1.11.1 #854

Closed
bridgeland opened this issue Aug 16, 2013 · 2 comments
Closed

min="0" does not prohibit negative numbers in v1.11.1 #854

bridgeland opened this issue Aug 16, 2013 · 2 comments

Comments

@bridgeland
Copy link

In v1.11.1, validation seems to work fine with min="1" and min="-1", but not with min="0". Consider this fiddle http://jsfiddle.net/MgvRn/1/ It appropriately objects to a value of -5 in the first input element and in the third, but accepts a -5 in the second one, where min="0".

image

Now consider the same code in v1.10 http://jsfiddle.net/mblase75/MgvRn/ Works fine.

@jzaefferer
Copy link
Collaborator

The PR #930 will fix this.

@staabm
Copy link
Member

staabm commented Jul 3, 2015

could you provide a jsfiddle which reproduces it?

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

No branches or pull requests

3 participants