πͺ Modal Interactions
Test modal and dialog patterns β opening, closing, keyboard trapping, form autofill inside overlays, and confirmation flows. Uses the native <dialog> element.
Basic modal
Open / close. Tests backdrop click and Escape key.
Confirmation dialog
Yes / No / Cancel. Tests which action was taken.
Form in modal
Name + email. Client-side validation β nothing is sent.
Login in modal
Password-manager target. Demo only β no real auth.
Alert variants
Success, warning, error, and info dialogs.
Nested modal
Opens a second dialog from within the first.
Interaction result will appear hereβ¦