adjective

Url

2320 of 3214
Good / Strong

integrity - The quality of being honest and consistently upholding strong moral principles.

She was respected for her integrity, always telling the truth no matter the circumstances.

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