noun

Url

25 of 60
Bad / Aggressive

imposition - An unfair or unwelcome demand or requirement placed on someone.

The sudden imposition of strict dress codes surprised the employees but they adjusted very quickly.

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