mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 19:01:04 +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[] = [];
|
private _xmlOptions : SelectOption[] = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* List of properties that get translated
|
||||||
|
* @returns object
|
||||||
|
*/
|
||||||
|
static get translate()
|
||||||
|
{
|
||||||
|
return {
|
||||||
|
...super.translate,
|
||||||
|
emptyLabel: true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
constructor(...args : any[])
|
constructor(...args : any[])
|
||||||
{
|
{
|
||||||
super(...args);
|
super(...args);
|
||||||
|
Loading…
Reference in New Issue
Block a user