Skip to content

Commit 07fd703

Browse files
committed
remove doc blocks about 3rd party picker plugins
1 parent 7970ce2 commit 07fd703

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/widgets/form/DatePicker.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
use macgyer\yii2materializecss\lib\Html;
1212

1313
/**
14-
* DatePicker renders an date picker input element.
15-
*
16-
* Materialize is using a modified version of the JS library pickadate.js.
14+
* DatePicker renders a date picker input element.
1715
*
1816
* @see https://materializecss.com/pickers.html#date-picker
1917
* @author Christoph Erdmann <[email protected]>

src/widgets/form/TimePicker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use macgyer\yii2materializecss\lib\Html;
1212

1313
/**
14-
* TimePicker renders a time picker input element with a modified version of pickadate.js.
14+
* TimePicker renders a time picker input element.
1515
*
1616
* @author Christoph Erdmann <[email protected]>
1717
* @package widgets

0 commit comments

Comments
 (0)