eureka2 / ab-datepicker

An accessible and bootstrap compatible datepicker
MIT License
63 stars 55 forks source link

Open calendar on fous in datepicker textbox #43

Open rakeshy3 opened 5 years ago

rakeshy3 commented 5 years ago

My requirement is to open calendar on focus event inside textbox instead of using calendar icon. Please suggest how can I achieve this. Because when i calling onfocus it is opening infinite time

Umair45 commented 5 years ago

@eureka2 Could you please suggest the solution for the above query? I have the same query as above, what I need to do if I want to open the datepicker on focus via mouse click or keyboard? Thanks in advance

eureka2 commented 5 years ago

For accessibility reasons, you can’t do that. Why? Because when the calendar is open, the focus must be placed on it so that the blind user can choose a date with the keyboard keys. But if the focus is on the calendar, it is no longer possible to enter the date directly in the text field, which is contrary to the accessibility principles which is the main objective of this component. The blind user MUST be able to choose how to enter the date.