Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix React Native documentation #1018

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fredericlesueurs
Copy link

Hi,

Fix React Native documentation, because if you write onChangeText={onChange} your input was laggy.
The correct code was onChangeText={(value) => onChange(value)}.

Fix React Native documentation, because if you write `onChangeText={onChange}` your input was laggy.
@vercel
Copy link

vercel bot commented Oct 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-hook-form-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 12, 2023 9:32am

@bluebill1049
Copy link
Member

hi,

thanks for the PR.

Fix React Native documentation, because if you write onChangeText={onChange} your input was laggy.

are you sure this is the issue?

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.

None yet

2 participants