mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Get emptyLabel property translated
This commit is contained in:
parent
df20d58abf
commit
c59be309d6
@ -109,6 +109,19 @@ export const Et2WidgetWithSelectMixin = <T extends Constructor<LitElement>>(supe
|
||||
*/
|
||||
private _xmlOptions : SelectOption[] = [];
|
||||
|
||||
/**
|
||||
* List of properties that get translated
|
||||
* @returns object
|
||||
*/
|
||||
static get translate()
|
||||
{
|
||||
return {
|
||||
...super.translate,
|
||||
emptyLabel: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
constructor(...args : any[])
|
||||
{
|
||||
super(...args);
|
||||
|
Loading…
Reference in New Issue
Block a user