Open devcrazygit opened 8 months ago
Latest commit: e70d2ac5468643fba249e8dc22a2ee3bf51f3046
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
formik-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 1, 2024 3:02pm |
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Form values can also be number, boolean, especially when you customize the form control.
In React Native, I created a new customized form select and the value is number. In this case, this causes error because
eventOrTextValue.target
oreventOrTextValue.currentTarget
is undefined.Can we fix to support such cases?