adjective

25 of 60
Bad / Dishonest

corrupt - Having or showing a willingness to act dishonestly in return for money or personal gain

Voters are upset with their corrupt politicians who only care about enriching themselves.

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