Skip to content

Commit efa824c

Browse files
committed
minor
1 parent 5a53b19 commit efa824c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ qx.Class.define("osparc.dashboard.SearchBarFilter", {
172172
this.__hideFilterMenu();
173173
}
174174
}, this);
175+
textField.addListener("changeValue", () => this.__filter(), this);
175176

176177
const resetButton = this.getChildControl("reset-button");
177178
resetButton.addListener("execute", () => this.__resetFilters(), this);

0 commit comments

Comments
 (0)