mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-04-23 03:12:14 +00:00
Fixed Textarea element not update height onset
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
b327499b24
commit
72a62539cf
@ -18,8 +18,8 @@ export default class TextAreaInput extends DefaultInput {
|
||||
}
|
||||
|
||||
public setValue(value: any) {
|
||||
this.event()
|
||||
this.element.value = this.formatValue(value) || ""
|
||||
this.event()
|
||||
}
|
||||
|
||||
public static identity: InputIdentity = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user