We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a0868 commit a3657b4Copy full SHA for a3657b4
src/Filter/AbstractDateFilter.php
@@ -50,6 +50,7 @@ final public function getFormOptions(): array
50
'field_type' => $this->getFieldType(),
51
'field_options' => $this->getFieldOptions(),
52
'label' => $this->getLabel(),
53
+ 'operator_type' => $this->range ? DateRangeOperatorType::class : DateOperatorType::class,
54
];
55
}
56
0 commit comments