Improve the form field validation functionality
We improved the way error messages show up in fields with validation. Previously the showing and hiding of the validation messages and error styling of the field (red border and pink background) was inconsistent.
Now the validation kicks in after user interaction whether it is on keyup (with a 2 second delay), focus or blur event.