react-hook-form / documentation

📋 Official documentation
http://react-hook-form.com
MIT License
726 stars 1.04k forks source link

Fix React Native documentation #1018

Closed fredericlesueurs closed 2 months ago

fredericlesueurs commented 1 year ago

Hi,

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

vercel[bot] commented 1 year ago

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 commented 1 year ago

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?