mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-07-04 04:59:19 +00:00
Fixed Textarea element not update height onset
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user