adjective

Url

621 of 733
Other / Inward

reclusive - Preferring to live in isolation and avoiding contact with others, often due to personal preference or a desire for privacy.

Many people described the artist as reclusive, rarely attending gallery openings or social events despite his fame.

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