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

Lists: not yet implemented functionality #172

Open
3 of 6 tasks
berenddeboer opened this issue Apr 14, 2019 · 1 comment
Open
3 of 6 tasks

Lists: not yet implemented functionality #172

berenddeboer opened this issue Apr 14, 2019 · 1 comment

Comments

@berenddeboer
Copy link
Collaborator

berenddeboer commented Apr 14, 2019

Lists currently do not support the following:

  • List items should ripple.
  • Keyboard interaction via up and down keys.
  • tabindex should be set.
  • A radio button in a list item cause a double ripple. If you click the radio button, the list item itself should not ripple. Apparently for a checkbox is should ripple (what we're currently doing).
  • Handle left and right arrow if horizontal list. Currently we have no concept of vertical or horizontal, the list is vertical by definition.
  • Possibly need to disable keyboard interaction for nonInteractive lists.
@berenddeboer
Copy link
Collaborator Author

Currently we don't set tabindex when non-interactive, so perhaps that means it never gets keyboard focus.

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

1 participant