From 16b59deaff1d23246e7fdd6ca4b84a272ec044ae Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Mon, 8 Jan 2018 09:31:21 -0800 Subject: [PATCH] DIV-661: Setting the appropriate css style so that textarea is automatically saved from field changes --- .../core/templates/question/06_children_income_expenses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edivorce/apps/core/templates/question/06_children_income_expenses.html b/edivorce/apps/core/templates/question/06_children_income_expenses.html index 8331a58b..8cc3056a 100644 --- a/edivorce/apps/core/templates/question/06_children_income_expenses.html +++ b/edivorce/apps/core/templates/question/06_children_income_expenses.html @@ -494,7 +494,7 @@

Other undue hardship circumstances - {% input_field type="textarea" name="undue_hardship" value="" maxlength="500" multiple='true' class="fact-sheet-input form-control" placeholder="" %} + {% input_field type="textarea" name="undue_hardship" value="" maxlength="500" multiple='true' class="fact-sheet-input form-control response-textarea" placeholder="" %}