Using the Keyboard to Navigate #16 - Asp.Net Core, Angular and Webpack

Опубликовано: 15 Март 2026
на канале: Exciton Interactive LLC
284
1

In this video we will start to configure our component to respond to keyboard navigation by the user. Visit https://www.excitoninteractive.com/ar... to see the code for this video.

Please join us on:
************************
Facebook -   / xcinteractive  
Twitter -   / xcinteractive  
Google+ - https://plus.google.com/b/10481223491...

Article Abstract
************************
In this article we will build on the work that we did in the previous article and start the process of configuring our component to respond to keyboard navigation inputs. We will do this by using our access to the DOM elements that make up the control groups to focus the appropriate elements within them. By the end of the article we will be able to cycle through all of the inputs using the 'Enter', 'Tab' and 'Shift' keys. In a future article we will fine tune this process.