adjective

Url

1513 of 1576
Bad / Strange

unreliable - Undependable, untrustworthy; an unreliable

When Alan showed up an hour late for their date, Maxine lost interest in him, because she concluded that he was just an unreliable person.

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