M
Size: a a a
M
PO
S
S
ДБ
VF
VF
VF
VF
VF
OC
А
PE
OJ
if (event.keyCode == 8) {
return checkAllInputsNotHasFocus() && moveCaretToInput() && event.preventDefault()
}
///////////////////
function moveCaretToInput() {
const input = document.querySelector('input')
input.focus()
}
PD
f
PO
в
PO