We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543caae commit 391a78dCopy full SHA for 391a78d
webapp/controller/Main.controller.ts
@@ -229,9 +229,6 @@ export default class Main extends BaseController {
229
const table = this.byId("transactionTable") as Table;
230
const binding = table.getBinding("items") as ListBinding;
231
const query = event.getParameter("newValue");
232
- const input = event.getSource();
233
-
234
- input.setValue(input.getValue().toUpperCase());
235
236
if (query.length === 0) {
237
binding.filter([]);
0 commit comments