adjective

313 of 732
Other / Inward

bashful - Reluctant to draw attention to oneself; shy

Mark could never be a salesman because of his bashful personality.

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