supportsCustomRange property

  1. @Input('supportsCustomRange')
bool supportsCustomRange
getter/setter pair

Whether or not this date range picker supports choosing custom range. Calendar will be hidden when custom range is not supported.

Defaults to true.

Implementation

@Input('supportsCustomRange')
bool supportsCustomRange = true;