-
Notifications
You must be signed in to change notification settings - Fork 291
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
ng-multiselect-dropdown component is not accessible through keyboard #401
Comments
I have also faced the same issue. i am using this dropdown at atleast 50 locations in my project. Now, i am trying to access it through keyboard. But it is not reacting upon that event. Please fix it ASAP. |
Same problem here. When doing lots of work with this component keyboard navigation to open, navigate and confirm entries is super important! Right now i am clicking a lot and it costs so much time! |
Anyone found any work around? looks like the repo is not active any more. |
@PreetM07 I have implemented we have to remove hidden class while using keyboard click } Else { |
@Nehtri578 what about options these are also not selected by keyboard |
Angular version: 8
ng-multiselect-dropdown version: 0.2.3
Description of issue: component is not accessible through keyboard
Steps to reproduce: once component is rendered, use keyboard to access the component and press the enter, component is not reacted.
Expected result: Component and dropdown options should access though keyboard. (Should Support all accessibility features)
Actual result:
Demo: Please share sample code link using StackBlitz or codesandbox
Any relevant code:
The text was updated successfully, but these errors were encountered: