Form.FieldStatus

elm-pages manages the client-side state of fields, including Status which you can use to determine when in the user's workflow to show validation errors.

Field Status

= NotVisited
| Focused
| Changed
| Blurred