Fix Bug 25318.
This commit is contained in:
parent
1524ab522d
commit
00f8c80345
|
@ -347,7 +347,7 @@ define([
|
||||||
var value = this.getRawValue();
|
var value = this.getRawValue();
|
||||||
if (this.value != value) {
|
if (this.value != value) {
|
||||||
this.onEnterValue();
|
this.onEnterValue();
|
||||||
return false;
|
return (this.value == value);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.onEnterValue();
|
this.onEnterValue();
|
||||||
|
|
Loading…
Reference in a new issue