How input clicks focus but does not call the keyboard

how input clicks focus but does not call keyboard js

Mar.25,2021

$(") .focus (function () {

    document.activeElement.blur();
});

then don't use input and pretend to be a div

.
Menu