Remove superfluous datefield props

Fixes #7397
This commit is contained in:
Damian Mooyman 2017-09-29 10:25:22 +13:00
parent 91943c03e5
commit 3011650b5a
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -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';
/**