coer-elements 0.0.120 → 0.0.122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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