|
|
@ -34,7 +34,7 @@ BI.SearchEditor = BI.inherit(BI.Widget, { |
|
|
|
type: "bi.icon_button", |
|
|
|
type: "bi.icon_button", |
|
|
|
stopEvent: true, |
|
|
|
stopEvent: true, |
|
|
|
cls: "close-font", |
|
|
|
cls: "close-font", |
|
|
|
invisible: BI.isKey(o.value) |
|
|
|
invisible: !BI.isKey(o.value) |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.clear.on(BI.IconButton.EVENT_CHANGE, function () { |
|
|
|
this.clear.on(BI.IconButton.EVENT_CHANGE, function () { |
|
|
|
self.setValue(""); |
|
|
|
self.setValue(""); |
|
|
|