We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad1763 commit 5d59f50Copy full SHA for 5d59f50
1 file changed
library/Reporting/Web/Forms/ReportForm.php
@@ -36,7 +36,8 @@ protected function assemble()
36
$this->addElement('select', 'timeframe', [
37
'required' => true,
38
'label' => 'Timeframe',
39
- 'options' => [null => 'Please choose'] + $this->listTimeframes()
+ 'options' => [null => 'Please choose'] + $this->listTimeframes(),
40
+ 'class' => 'autosubmit'
41
]);
42
43
$this->addElement('select', 'reportlet', [
0 commit comments