coer-elements 0.0.120 → 0.0.122

Sign up to get free protection for your applications and to get access to all the features.
@@ -1101,6 +1101,7 @@ class CoerSelectbox extends ControlValue {
1101
1101
  //computed
1102
1102
  get _showCancel() {
1103
1103
  return Tools.IsNotNull(this._value)
1104
+ && Tools.IsNotNull(this._search())
1104
1105
  && this._search().length <= 0;
1105
1106
  }
1106
1107
  //computed