Skip to content

Commit a584dbe

Browse files
author
Eugene Tupikov
committed
fix the example
1 parent 46bb2af commit a584dbe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/views/tabular-input.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,11 @@
6868
'type' => \kartik\date\DatePicker::class,
6969
'title' => 'Day',
7070
'options' => [
71-
'type' => \kartik\datecontrol\DateControl::FORMAT_DATE,
7271
'pluginOptions' => [
7372
'autoclose' => true,
7473
'format' => 'dd/mm/yyyy',
7574
'todayHighlight' => true,
7675
],
77-
'widgetOptions' => [
78-
'type' => \kartik\date\DatePicker::TYPE_INPUT,
79-
],
8076

8177
],
8278
'headerOptions' => [

0 commit comments

Comments
 (0)