Yogesh Bhusara
All experiments

11 / INPUT

OTP Paste Distribution

The problem

Pasting a 6-digit code dumps it all into one box, forcing you to retype it digit by digit.

The solution

Paste six digits once. Distribute across visual cells.

Experiment

Task: Paste a 6-digit code into the input.

NAIVE

Try pasting: 482916

clipboard
parsed
focus0
cells
THOUGHTFUL

Try pasting: 482916

clipboard
parsed
focus0
cells

Play with the values

6

How it works

Seen in

Two-factor auth

Paste your 6-digit code once and it fills every cell automatically.

SMS verification

Codes from text messages distribute across inputs without manual retyping.

PIN entry

Numeric PINs pasted from password managers split into individual digit fields.

Invite codes

Alphanumeric codes paste into segmented fields in one action.