You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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".
Now consider the same code in v1.10 http://jsfiddle.net/mblase75/MgvRn/ Works fine.
The text was updated successfully, but these errors were encountered: