From 0d2b1f64f9613af03818ef2b1659e2f2b8dde30b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 18 Sep 2016 22:12:09 +0300 Subject: [PATCH] Fix for description textarea --- resources/views/invoices/edit.blade.php | 15 ++++--- resources/views/invoices/knockout.blade.php | 46 --------------------- 2 files changed, 7 insertions(+), 54 deletions(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 5b6fa1aed5..3f1039d7f7 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -262,8 +262,8 @@ - + @@ -340,11 +340,11 @@
- {!! Former::textarea('public_notes')->data_bind("value: wrapped_notes, valueUpdate: 'afterkeydown'") + {!! Former::textarea('public_notes')->data_bind("value: public_notes, valueUpdate: 'afterkeydown'") ->label(null)->style('resize: none; width: 500px;')->rows(4) !!}
- {!! Former::textarea('terms')->data_bind("value:wrapped_terms, placeholder: terms_placeholder, valueUpdate: 'afterkeydown'") + {!! Former::textarea('terms')->data_bind("value:terms, placeholder: terms_placeholder, valueUpdate: 'afterkeydown'") ->label(false)->style('resize: none; width: 500px')->rows(4) ->help('
') !!}