styling for contact freetext
This commit is contained in:
parent
7b2ca09133
commit
716fa81396
2 changed files with 46 additions and 1 deletions
|
|
@ -261,7 +261,11 @@ mod get {
|
|||
input type="button" value="Add" x-on:click="addresses.push({ label: new_label, value: new_address }); new_label = ''; new_address = ''";
|
||||
}
|
||||
}
|
||||
textarea name="text_body" { (text_body) }
|
||||
.grow-wrap data-replicated-value=(text_body) {
|
||||
textarea name="text_body"
|
||||
onInput="this.parentNode.dataset.replicatedValue = this.value"
|
||||
{ (text_body) }
|
||||
}
|
||||
}
|
||||
}))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue