supportsComparison property

  1. @Input()
bool supportsComparison
getter/setter pair

Whether or not this editor includes a section to edit a comparison date range.

Defaults to true.

Implementation

@Input()
bool supportsComparison = true;