adjective

13 of 26
Bad / Crazy

hysterical - Having uncontrolled extreme emotion

When Amy found out that her house had been destroyed by the tornado, she broke down into hysterical crying, and could not be comforted for hours.

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