adjective

25 of 60
Other / Other

drastic - Likely to have a strong or far-reaching effect; radical and extreme

Emery's drastic weight loss was proven when he could fit his entire body inside his old pants.

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