angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.33k stars 6.73k forks source link

virtual-scroll: add keyboard navigation #10121

Open mmalerba opened 6 years ago

mmalerba commented 6 years ago

Add support for keyboard navigation and focus management to the virtual scroll container

amcdnl commented 6 years ago

I think this should be abstracted into a higher order item, perhaps done at the same time as the selection component I'm building. Here is a implementation I put together: https://gist.github.com/amcdnl/029c9b8d6ca867b7ef92f7f7e37e1ec4

@jelbourn - Thoughts on that re: selection?

jelbourn commented 6 years ago

I think keyboard interaction actually belongs to whatever component is being virtualized. The datepicker, for example, will have a different set of interactions that a listbox.

angular-robot[bot] commented 2 years ago

Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.

Find more details about Angular's feature request process in our documentation.

angular-robot[bot] commented 2 years ago

Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.

We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.

You can find more details about the feature request process in our documentation.