Fixed Textarea element not update height onset

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-08-04 15:17:31 +02:00
parent b327499b24
commit 72a62539cf

View File

@ -18,8 +18,8 @@ export default class TextAreaInput extends DefaultInput {
} }
public setValue(value: any) { public setValue(value: any) {
this.event()
this.element.value = this.formatValue(value) || "" this.element.value = this.formatValue(value) || ""
this.event()
} }
public static identity: InputIdentity = { public static identity: InputIdentity = {