adjective

373 of 903
Good / Important

crucial - Of central and extreme importance

As they left for the plane, the parents knew it was crucial that all the members of the family had their passports.

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