adjective

Url

37 of 48
Good / Pleasure

palatable - Pleasant or acceptable to what was expected; tasty or enjoyable to eat.

Their walk in the park on a cloudy day wasn't so pleasant, but it was palatable enough for them to feel a bit more rested than before.

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