Typescript who is a little confused.

angular6"s front-end project
wants to achieve this effect. Several input controls on the page, all of which are of type text, click the enter cursor to automatically jump to the next input of
. How to use typescript?
provides ideas as well.

Nov.19,2021

listens for keyboard events. When the enter key is pressed, find the next input, and let it get focus

Menu