adjective

Url

1117 of 1578
Bad / Disorganized

erratic - Not consistent or regular; unpredictable in behavior or movement.

The weather this week has been erratic, with sunshine one moment and storms the next.

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