verb

1 of 60
Bad / Weak

languish - (of a person or other living thing) To lose or lack vitality; grow weak or feeble

The crops languished in the field after the severe drought.

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