[DE] Fix Bug 46022
This commit is contained in:
parent
f5c5aa7764
commit
d499c92dc4
|
@ -81,7 +81,7 @@ define([
|
||||||
defaultUnit : "",
|
defaultUnit : "",
|
||||||
value: 1,
|
value: 1,
|
||||||
maxValue: 16383,
|
maxValue: 16383,
|
||||||
minValue: 1,
|
minValue: 0,
|
||||||
allowDecimal: false,
|
allowDecimal: false,
|
||||||
maskExp: /[0-9]/
|
maskExp: /[0-9]/
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue