adjective

Url

901 of 903
Good / Good

upright - Showing a strict regard for what is morally correct.

Henry Fonda played roles of upright men who were always honest even under the greatest pressure.

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