Hi
Is this the only option to select only years from the datepicker?
<kendo-datepicker
[formControlName]="'year'"
[format]="'yyyy'"
[incompleteDateValidation]="true"
[bottomView]="'year'"
[weekNumber]="false>
</kendo-datepicker>
I was looking for something that only contains years and not also months.
Something like the attached image.