From 8d35f8e05caadb7bbf09184f2cd5ddba916b9e6b Mon Sep 17 00:00:00 2001 From: Lorenz Detterbeck <lorenz.detterbeck@gmail.com> Date: Tue, 6 Mar 2018 11:49:39 +0100 Subject: [PATCH] Add answer text field --- src/app/content-answers/content-answers.component.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/content-answers/content-answers.component.html b/src/app/content-answers/content-answers.component.html index 606707122..e34799487 100644 --- a/src/app/content-answers/content-answers.component.html +++ b/src/app/content-answers/content-answers.component.html @@ -1,3 +1,9 @@ +<mat-card> + <mat-form-field> + <textarea matInput placeholder="Answer"></textarea> + </mat-form-field> +</mat-card> + <mat-card> <mat-card-content> <h2 class="example-h2">Checkbox configuration</h2> -- GitLab