verb

Url

661 of 733
Other / Slowly

winnow - To slowly remove or eliminate less important or undesirable parts.

The committee had to winnow down the list of candidates to just two finalists.

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