From 3011650b5a825f6873e938320281a6c2458529a3 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 29 Sep 2017 10:25:22 +1300 Subject: [PATCH] Remove superfluous datefield props Fixes #7397 --- src/Forms/DateField.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/Forms/DateField.php b/src/Forms/DateField.php index b111f08e3..9122aa0b9 100644 --- a/src/Forms/DateField.php +++ b/src/Forms/DateField.php @@ -72,13 +72,6 @@ class DateField extends TextField */ protected $dateFormat = null; - /** - * Set if js calendar should popup - * - * @var bool - */ - protected $showCalendar = false; - /** * Length of this date (full, short, etc). * @@ -87,13 +80,6 @@ class DateField extends TextField */ protected $dateLength = null; - /** - * Override locale for client side. - * - * @var string - */ - protected $clientLocale = null; - protected $inputType = 'date'; /**