adjective

13 of 60
Bad / Dishonest

evasive - To avoid giving clear direct answers to questions.

Bart was gradually becoming more of a compulsive gambler, and he was evasive when his wife asked him why he often came home late from work.

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