adjective

589 of 1576
Bad / Confused

bewildered - To be completely confused because of an overload of information.

During his first visit to New York City from his small town, Fred was totally bewildered by the flashing lights and the rushing crowds.

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