How to verify that a field has a value before adding a term to a taxonomy

Turns out the easiest solution is to add ‘form-required’ to the class of the <div> wrapping the <input> you want to require. Then if you want to add an alert to let the user know what happened you can trigger that on mouseup on the button instead of submit on the form.