Remove setting defaults to undefined. It doesn't help the sizing issue, and it causes problems in the parent's size calculations

This commit is contained in:
nathan 2021-08-23 13:09:45 -06:00
parent e3e3def64c
commit 8f784cd7b3

View File

@ -53,10 +53,6 @@ export class Et2Textarea extends Et2InputWidget(Et2Widget(LionTextarea))
constructor()
{
super();
// Unset parent's defaults
this.rows = undefined;
this.maxRows = undefined;
}
connectedCallback()