noun

Url

25 of 60
Bad / Weak

drawback - A disadvantage or problem that makes something less attractive.

They liked their apartment, but a major drawback was that it was a 20 minute walk from the nearest bus stop.

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