Skip to content

Add onBlur callback support for form fields#315

Open
v1lling wants to merge 2 commits intodsternlicht:masterfrom
v1lling:feature/on-blur
Open

Add onBlur callback support for form fields#315
v1lling wants to merge 2 commits intodsternlicht:masterfrom
v1lling:feature/on-blur

Conversation

@v1lling
Copy link
Contributor

@v1lling v1lling commented Jan 28, 2026

Adds an onBlur callback property to form fields that fires when a field loses focus (after editing completes). This complements the existing onChange callback which fires on every keystroke.

Use Case:
For text-based inputs, onBlur is preferred over onChange to avoid running callbacks on every keystroke. Use onChange for checkboxes and select dropdowns where each interaction is intentional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant