supportsDaysInputs property

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

Whether or not this editor includes a section to input 'N days up to today' and 'N days up to yesterday' ranges.

Defaults to true.

Implementation

@Input()
bool supportsDaysInputs = true;