We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97a6b0f + e87ede1 commit ad41480Copy full SHA for ad41480
src/data.js
@@ -139,7 +139,7 @@ QueryBuilder.prototype.validateValueInternal = function(rule, value) {
139
break;
140
}
141
142
- if (validation.step !== undefined) {
+ if (validation.step !== undefined && validation.step !== 'any') {
143
var v = value[i]/validation.step;
144
if (parseInt(v) != v) {
145
result = ['number_wrong_step', validation.step];
0 commit comments