adjective

25 of 60
Bad / Confused

oblivious - Not aware of or not concerned about what is happening around one

Alan was oblivious of the person talking to him because he was staring at his phone.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }