NN
Size: a a a
NN
NM
NM
~
АК
~
~
NM
OJ
if (event.keyCode == 8) {
return checkAllInputsNotHasFocus() && moveCaretToInput() && event.preventDefault()
}
///////////////////
function moveCaretToInput() {
const input = document.querySelector('input')
input.focus()
}
Z
if (event.keyCode == 8) {
return checkAllInputsNotHasFocus() && moveCaretToInput() && event.preventDefault()
}
///////////////////
function moveCaretToInput() {
const input = document.querySelector('input')
input.focus()
}
AH
~
if (event.keyCode == 8) {
return checkAllInputsNotHasFocus() && moveCaretToInput() && event.preventDefault()
}
///////////////////
function moveCaretToInput() {
const input = document.querySelector('input')
input.focus()
}
PD
G
P
AH
P
AH
AH
AH