Forms

Exercise form controls and assert which native events were observed.

Search and text selection

Validation and controls

Selection and submission

Delivery

Event assertions

Each event exposes a seen flag, count, and last target. Counts are diagnostic; occurrence is the stable contract.

focus
Not seen. Count: 0. Last target: none.
focusin
Not seen. Count: 0. Last target: none.
focusout
Not seen. Count: 0. Last target: none.
blur
Not seen. Count: 0. Last target: none.
beforeinput
Not seen. Count: 0. Last target: none.
input
Not seen. Count: 0. Last target: none.
change
Not seen. Count: 0. Last target: none.
select
Not seen. Count: 0. Last target: none.
invalid
Not seen. Count: 0. Last target: none.
submit
Not seen. Count: 0. Last target: none.
reset
Not seen. Count: 0. Last target: none.
formdata
Not seen. Count: 0. Last target: none.
  1. No form events recorded.