Fix Bug 25318.

This commit is contained in:
Julia Radzhabova 2017-03-15 13:46:38 +03:00
parent 1524ab522d
commit 00f8c80345

View file

@ -347,7 +347,7 @@ define([
var value = this.getRawValue();
if (this.value != value) {
this.onEnterValue();
return false;
return (this.value == value);
}
} else {
this.onEnterValue();