adjective

Url

445 of 1576
Bad / Unfriendly

blunt - Saying exactly what you think without caring about the effect it has on people's feelings.

In marriage, it's crucial to think about the effect of what you say, and not to be too blunt.

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