Et2Textbox: Translate helpText

This commit is contained in:
nathan 2022-11-25 11:38:36 -07:00
parent a79538ffbc
commit ea845b8c4d

View File

@ -52,6 +52,13 @@ export class Et2Textbox extends Et2InputWidget(SlInput)
}
}
static get translate()
{
return Object.assign({
helpText: true
}, super.translate);
}
constructor(...args : any[])
{
super(...args);