adjective

25 of 71
Other / Inward

fickle - Changing frequently, especially as regards one's loyalties, interests, or affection.

Tom's friends claimed he was being too fickle about what he wanted in a wife, but he was sure that Mrs. Right was just around the corner.

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