From a720a7f48a4b83c8853e4724234e6ac10afc6707 Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 2 Jun 2022 16:31:27 +0200 Subject: [PATCH] remove unnecessary getValue() --- api/js/etemplate/Et2Select/Et2Select.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/js/etemplate/Et2Select/Et2Select.ts b/api/js/etemplate/Et2Select/Et2Select.ts index 5a61e48a12..bda5fe17b3 100644 --- a/api/js/etemplate/Et2Select/Et2Select.ts +++ b/api/js/etemplate/Et2Select/Et2Select.ts @@ -167,11 +167,6 @@ export class Et2Select extends Et2WithSearchMixin(Et2InvokerMixin(Et2WidgetWithS this.value = ""+val; } - getValue() - { - return this.value; - } - /** * Reimplemented to allow/keep string[] as value *