adjective

Url

37 of 60
Good / Calm

modest - Humble and not boastful — not showing off one's achievements or abilitie, and avoiding attention.

The successful businesman, though he made lots of money, never lost his modest and simple manner towards everyone he met.

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