I am using the datepicker of ignite UI but when I select the year range I am not able to scoll in mobile but working fine in desktop version.
<div class="field-label">Date of Birth</div>
<igx-date-picker
#datePicker
type="border"
class="form-field"
[maxValue]="today"
formControlName="dob">
</igx-date-picker>
</div>
Can anyone help with fix if you faced the similar issue.
I am trying to put a scroll but all the dates are not loaded by default as virtual scroll is implemented.