adjective

25 of 60
Bad / Bad

unconscionable - Not right or reasonable

At the hearings in Washington, the senators criticized the unconscionable behavior of the greedy CEOs.

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