supportsDaysInputs property
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;
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
.
@Input()
bool supportsDaysInputs = true;