Vue custom keyboard input.

clipboard.png

clipboard.png
can only achieve one click of keyboard input input how to click the first input of the keyboard without entering the second input input

Mar.20,2021

you record the currently activated input box, and then add


switch is not the same input


clipboard.png this is my realization of an input input box


Brother this if it is simple, you can use event.target.innertext to use the event object, for which you can first understand the event object and then use it, otherwise you will be confused. The trouble is to bind multiple events. Get multiple elements. To consider code optimization, you can use the event approach

Menu