app: Extend textarea in recipe creator
This commit is contained in:
parent
c80cc99255
commit
7c7eee04b2
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ pub fn RecipeCreator(cx: Scope) -> Element {
|
|||
textarea {
|
||||
class: "form-control",
|
||||
value: "{steps}",
|
||||
rows: "10",
|
||||
oninput: move |e| steps.set(e.value.clone())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue