adjective

Url

649 of 733
Other / Inward

taciturn - Reserved or uncommunicative in speech.

The taciturn boy rarely spoke, even to his friends.

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