noun

37 of 60
Bad / Disorganized

flux - Hard to keep track of because it is constantly changing.

Betty's therapist had trouble treating her because Betty's emotions and thoughts were always in a state of flux.

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