verb

25 of 71
Bad / Attack

inundate - To overwhelm (someone) with things or people to be dealt with

Reggie tried to sneak out for his lunch break before his boss could inundate him with more work.

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