isMonthInput property

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

If true, the control is used for inputting months rather than specific days. This impacts both how dates are parsed and how they may be altered to fit to the beginning or end of the selected month (depending on rangeEnd).

Implementation

@Input('month')
bool isMonthInput = false;