From 27898e660cbda1fb6a1fc0dde05683d39486f4ab Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 22 Nov 2022 08:54:48 -0800 Subject: [PATCH] =?UTF-8?q?Inherit=20the=20background=20color,=20since=20t?= =?UTF-8?q?he=20field=20isn=E2=80=99t=20actually=20technically=20readonly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: snipe --- resources/views/partials/forms/edit/datepicker.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/forms/edit/datepicker.blade.php b/resources/views/partials/forms/edit/datepicker.blade.php index eab990877..ab5a50107 100644 --- a/resources/views/partials/forms/edit/datepicker.blade.php +++ b/resources/views/partials/forms/edit/datepicker.blade.php @@ -3,7 +3,7 @@ {{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
- +
{!! $errors->first($fieldname, '') !!}