adjective

Url

49 of 72
Bad / Dishonest

deceitful - Intentionally misleading or dishonest.

She realized too late that his charm was just a deceitful cover.

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