remove unnecessary getValue()

This commit is contained in:
ralf 2022-06-02 16:31:27 +02:00
parent fc227f82d0
commit a720a7f48a

View File

@ -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
*