adjective

Url

49 of 60
Bad / Weak

flaccid - Lacking strength, firmness, or resilience.

His handshake was so flaccid that the manager felt that he wasn’t really interested in the interview and the job at all.

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