Closed smohadjer closed 4 years ago
You need to install the yii2-widget-datepicker or yii2-widget-datetimepicker or yii2-widget-timepicker manually. The reason they have not been included is - people/developers have felt the need to use this extension with their own datepicker widgets by setting autoWidget
property to false
Then Installation and Usage sections in readme should get updated to make this clear. Right now following steps in those two sections only results in errors.
Documentation says:
But after I installed it via composer.json's required object:
"kartik-v/yii2-datecontrol": "@dev"
I get the following error:
Do I need to install required widgets manually?