forked from extern/egroupware
Add get_value() to match legacy
This commit is contained in:
parent
538e483499
commit
d127cae5c6
@ -435,6 +435,11 @@ export const Et2InputWidget = <T extends Constructor>(superClass: T) =>
|
||||
this.value = new_value;
|
||||
}
|
||||
|
||||
get_value()
|
||||
{
|
||||
return this.getValue();
|
||||
}
|
||||
|
||||
getValue()
|
||||
{
|
||||
return typeof this.serializedValue !== "undefined" ? this.serializedValue : this.modalValue;
|
||||
|
Loading…
Reference in New Issue
Block a user