adjective

13 of 25
Bad / Crazy

unhinged - Mentally unbalanced and unstable

Trevor crossed the street when he saw the unhinged person yelling at him.

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