adjective

Url

37 of 65
Bad / Disorganized

absentminded - Forgetful or inattentive, often because of being lost in thought.

When Bill sat by the shore watching the waves, he became so absentminded that he would forget to eat anything the whole day.

// 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(); }); }