console log deleted
gitea/salix/master This commit looks good
Details
gitea/salix/master This commit looks good
Details
This commit is contained in:
parent
7e7023c680
commit
f5a95d3190
|
@ -52,7 +52,6 @@ export default class InputNumber extends Textfield {
|
|||
}
|
||||
|
||||
validateValue() {
|
||||
console.log(this.displayControls);
|
||||
if ((this.validate() !== undefined && !this.validate()) ||
|
||||
(this.max && this.value > this.max) ||
|
||||
(this.min && this.value < this.min) ||
|
||||
|
|
Loading…
Reference in New Issue