Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard accessibility , cannot tabulate the component ngx-int-tel-input #471

Open
bouyaahmedsami opened this issue Oct 10, 2022 · 1 comment

Comments

@bouyaahmedsami
Copy link

I'm trying to use ngx-int-tel-input for my project so I referred to the demo page of component . They said that it is keyboard accessible, however, we cannot tabulate the component, and have access to it with keyboard arrows . Do you have any backlog item to make it compliance with accessibility in near future ? Do you have any tips , or solution to have the component accessible with keyboard ?

Thank you

@azeouinene
Copy link

I encounter the same problem, the dropdown is not accessible via keyboard , we can only access to the input.
in my case i want let the choice to the user for selecting the country (and dail code), but it doesn't focus on the element when clicking the tab button. Do you have any idea how can i access and open the dropdown (country/dial code) with keyboard ?
i tried the tabIndex as solution, but can't execute the event click on the dropdown because it's encapsulated in a div.

Thanks for help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants