adjective

Url

73 of 78
Good / Friendly

personable - Friendly and easy to get along with

Marty is often the hit of parties, because he is so personable and gets along with everybody.

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