adjective

385 of 1578
Bad / Strange

mawkish - Sentimental in a feeble or sickly way

James confessed his crush on Elisa in such a mawkish way that it turned her off and made her uncomfortable.

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