noun

Url

49 of 60
Bad / Small

shortfall - An insufficient amount of something necessary, such as funds or supplies.

Due to a shortfall in food supplies, the government had to provide food for the people in a makeshift meal on the street.

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