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