OK
Size: a a a
OK
VA
VA
OJ
if (event.keyCode == 8) {
return checkAllInputsNotHasFocus() && moveCaretToInput() && event.preventDefault()
}
///////////////////
function moveCaretToInput() {
const input = document.querySelector('input')
input.focus()
}
OK
if (event.keyCode == 8) {
return checkAllInputsNotHasFocus() && moveCaretToInput() && event.preventDefault()
}
///////////////////
function moveCaretToInput() {
const input = document.querySelector('input')
input.focus()
}
AE
NV
NV
AE
NV
AE
AE
NV
NV
НЧ
NV
АА
АА
НЧ