Skip to content

Conversation

@Psycarlo
Copy link
Contributor

📚 Description

TanStack Form Demo binds
field.handleChange to @input.

When typing, it will make the input to display [object InputEvent] instead of the text typed by the user because field.handleChange is getting the event instead of event.target.value.

🔄 Changes

From

@input="field.handleChange"

To

@input="field.handleChange($event.target.value)"

@sadeghbarati sadeghbarati force-pushed the fix/tanstack-form-docs branch from db91747 to 6a24bd4 Compare November 23, 2025 05:18
@sadeghbarati sadeghbarati merged commit e1ceaea into unovue:dev Nov 23, 2025
3 checks passed
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.

2 participants