Validation examples

Doing validation onBlur

In the form below, the Name and Date of Birth fields are validated when the fields lose focus. During input they are in an 'unvalidated' state.

(Note that the Tickets field is also validated immediately on input. This feels more natural for a numeric "spinner" input.)