We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a995f commit 37ede95Copy full SHA for 37ede95
src/WebApp/BootstrapTheme/InlineForm/DateRangeInputRenderer.php
@@ -8,6 +8,8 @@
8
9
class DateRangeInputRenderer extends InputRenderer {
10
11
+ public $period;
12
+
13
public function __construct($theme, $component) {
14
parent::__construct($theme, $component);
15
$this->theme->addFeature(\WebApp\BootstrapTheme\BootstrapTheme::DATERANGEPICKER);
0 commit comments