I am using <ngx-datepicker></ngx-datepicker> in my template which I have imported from DatePickerModule. Problem is, it is not keyboard accessible. How to make that calendar keyboard accessible and select date using keyboard?
I tried <ngx-datepicker tabindex="0"></ngx-datepicker>. But it did not set the focus on calendar and I was not able to select date using keyboard. I should be able to navigate through keyboard and select date using keyboard.