Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

React Hook Form

📋 React hooks for form validation without the hassle
Collective - Host: opensource - https://opencollective.com/react-hook-form - Website: https://react-hook-form.com/ - Code: https://github.com/react-hook-form

add unit test for register method

github.com/react-hook-form/react-hook-form - e3206c3e058c73a9aa652070086f7e6fbdec3b80 authored over 5 years ago
fix the sidebar animation

github.com/react-hook-form/documentation - fe977585e6a980762b009d22a87ad505b7ab1acd authored over 5 years ago
add unit test for defaultValues

github.com/react-hook-form/react-hook-form - 5362bb8d5e22d0a7e7baa09d9afa2dd0f71d02bc authored over 5 years ago
add unit test for validationFields

github.com/react-hook-form/react-hook-form - bd967091384ab6ace0f7d709b287359126a11096 authored over 5 years ago
fix isValid prop description

github.com/react-hook-form/documentation - 372ddf238039934a43905a63a731d395d1c63db5 authored over 5 years ago
add unit test for hook unmount

github.com/react-hook-form/react-hook-form - 423436b62f3fc3be907595e6045323225542e9fc authored over 5 years ago
Merge pull request #1 from liketurbo/liketurbo

updated doc for changed formState api

github.com/react-hook-form/documentation - a32e1ce3064843b6fc4fb7ad9e6d712874341fc7 authored over 5 years ago
updated formState api (#89)

github.com/react-hook-form/react-hook-form - 05ed7fc24402c0bcffdb3782d573768bfdf99674 authored over 5 years ago
fix bug on setError #88

github.com/react-hook-form/react-hook-form - 4416ca91fc5e60df0d7a1a45444e502300179e49 authored over 5 years ago
updated doc for changed formState api

github.com/react-hook-form/documentation - 2a88d1877ef4195fb3249ec5fa4cd8420e657967 authored over 5 years ago
update package dist name to react-hook-form

github.com/react-hook-form/react-hook-form - 4b11d8d69d13d14d40424fc169153c62e50b7a7b authored over 5 years ago
fix route changing state change#83 (#84)

* fix route changing state change

* fix the warning

github.com/react-hook-form/react-hook-form - c92c3082bd2f84690de0c651eb67e94bef5270a6 authored over 5 years ago
add unit test for getValues()

github.com/react-hook-form/react-hook-form - aa05bf891822f0f9ff4643e2f9b7c57475318867 authored over 5 years ago
api update for register method

github.com/react-hook-form/documentation - 64628fc27a8a86fa748591a4662506f02716f71a authored over 5 years ago
add one more faq question

github.com/react-hook-form/documentation - 96b9c62054646a043d3987573c083c2b93b247ee authored over 5 years ago
add unit test for reset api

github.com/react-hook-form/react-hook-form - fcdc27c98d67104e5f41e6f82386f9cfc96e7aab authored over 5 years ago
add more unit tests and fix a bug with object checkt (#81)

github.com/react-hook-form/react-hook-form - d1a4289d922923cf9395a5de6c33a217ad96feef authored over 5 years ago
Revert "feature: not add input listener onBlur and onSubmit modes. (#74)"

This reverts commit 50dc32b4bbc99a133fd11ad6178c7cd8c41bb36c.

github.com/react-hook-form/react-hook-form - a97a85b4d39c7fc9c69a7364e3d4f02c905e17da authored over 5 years ago
add footer on every pages

github.com/react-hook-form/documentation - 0b357b2477c59f6e94236905008dd64e7ba2e97b authored over 5 years ago
update api table with input name

github.com/react-hook-form/documentation - 7975b57727c20b01a63c72d11907e43fd0bf8c54 authored over 5 years ago
support nested data object

github.com/react-hook-form/react-hook-form - eb1177eabe7016fef0dbdfd9aa713d5a49804143 authored over 5 years ago
Feature/nested object model #73 (#78)

* first commit

* working with array object and object

* map object correctly

* update u...

github.com/react-hook-form/react-hook-form - 49da662ceed650d4ae77b3bd73874803e8057c32 authored over 5 years ago
update url when button clicked

github.com/react-hook-form/documentation - 3d43e9626c75d845f44fee9282d6cd02092ddb92 authored over 5 years ago
enable scroll into view via hash

github.com/react-hook-form/documentation - cd16f3581223cff507097bda498aa09f810863c3 authored over 5 years ago
feature: not add input listener onBlur and onSubmit modes. (#74)

github.com/react-hook-form/react-hook-form - 50dc32b4bbc99a133fd11ad6178c7cd8c41bb36c authored over 5 years ago
clean up prettier config and fix setError performance

github.com/react-hook-form/react-hook-form - 1fbd166f8955e772144cc8a5c30a4b7a15052ee3 authored over 5 years ago
fix isDirty with setValue issue #72

github.com/react-hook-form/react-hook-form - 1e12ef8968b38ed04a1101d3bcba56f58887f2b8 authored over 5 years ago
only update submitting references after callback (#71)

fixes issue with these values updating while async submit is in progress

github.com/react-hook-form/react-hook-form - 5b6cd10601439ea2643db71b2a914a556af38de3 authored over 5 years ago
For Custom fields (those with no type), allow defaults to be set (#67)

github.com/react-hook-form/react-hook-form - 76d1d8a8bf4593dc46175ec80a276e334d17d772 authored over 5 years ago
Avoid recreation of register of register function via useCallback (#68)

github.com/react-hook-form/react-hook-form - 7c9d54e367d74559033a4f29841c4b1f3e7a821e authored over 5 years ago
update validationFields description

github.com/react-hook-form/documentation - e2268087590a8bdfe0f7df24bab0d0d3da13f541 authored over 5 years ago
include a quick video in readme

github.com/react-hook-form/react-hook-form - 29c8cf51caa8ef95f7c9e317e511cad234a321da authored over 5 years ago
Reduce typing overhead (#62)

* Fix spelling

* Auto format (prettier) on save

* Reduce double typing overhead with types...

github.com/react-hook-form/react-hook-form - 792401670052a890a0585307ec0083a47959ea3f authored over 5 years ago
update on contributor list

github.com/react-hook-form/react-hook-form - a1e1557141ec179a851419fb640698a2780028f7 authored over 5 years ago
fix for async submit handlers (#64)

fix for: https://github.com/bluebill1049/react-hook-form/issues/63

await on submit handler an...

github.com/react-hook-form/react-hook-form - 3811649749f3195ea35da9aa08f36ffb26fdc94a authored over 5 years ago
patch the type for triggerValidation

github.com/react-hook-form/react-hook-form - bf92f13a2d2e4fc73dfcd864ac6d7b75864708e0 authored over 5 years ago
change type font to 14

github.com/react-hook-form/documentation - 96e43fe78b14a629daff97646ff5177e5ec08222 authored over 5 years ago
forceValidation default to be false

github.com/react-hook-form/react-hook-form - 9f994716ee44dad89820999efd2a2e982dca19e1 authored over 5 years ago
upgrade with triggerValidation

github.com/react-hook-form/documentation - 8b9ee90157a2dc5849f01834c7c74265f787e759 authored over 5 years ago
Update triggerFieldValidation.tsx

github.com/react-hook-form/react-hook-form - d2912f1cbb4fbbf527c5d042b523e6f422f53a04 authored over 5 years ago
update testing description

github.com/react-hook-form/react-hook-form - c7bb4a7623857b9b7cdc42b374c96b7184311664 authored over 5 years ago
check for undefined value during setValue

github.com/react-hook-form/react-hook-form - 017ee88c77f3058f46984189bff913dec1f76030 authored over 5 years ago
update value to fieldValue type

github.com/react-hook-form/react-hook-form - e445742f8bff5318d5a316cde9a830c94174b6ae authored over 5 years ago
rename trigger to triggerValidation with extra arguments

github.com/react-hook-form/react-hook-form - 4411162096ca0e73c9a2814dc186e7a84a815a7c authored over 5 years ago
update readme for examples

github.com/react-hook-form/react-hook-form - 908e38425a38ade3f91d0b2abcca50ea42362cf8 authored over 5 years ago
Improve validation type (#60)

* Remove packagelock file since yarn is used

* Handle Validate Submit check for trigger func...

github.com/react-hook-form/react-hook-form - dbeba87d33d4fb79c31dccefe52acc29b80bfa4a authored over 5 years ago
Bump handlebars from 4.1.0 to 4.1.2 (#57)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release not...

github.com/react-hook-form/react-hook-form - 409c457a4e5c2b3a77ff8fee7ac6b0d27deb9699 authored over 5 years ago
include return for custom validate

github.com/react-hook-form/react-hook-form - 0f87c45c08e69477fdde0d0cd5e394f1df1bc315 authored over 5 years ago
Rework validation to improve submit of custom components (#58)

* Add name arg to renderBaseonErrroi

* Ensure consistent prettier settings

* Typescript 3....

github.com/react-hook-form/react-hook-form - e85a610d4c6051996b2e2d2e6f8e88441340ddbe authored over 5 years ago
patch an missing argument

github.com/react-hook-form/react-hook-form - 6441a921e948ca514d96263a5bca7b7ecfa8ab13 authored over 5 years ago
change validate to trigger

github.com/react-hook-form/react-hook-form - 4967a344b80d68a9097684bef025eb1aa2cc1eba authored over 5 years ago
change api from validateField to validate

github.com/react-hook-form/react-hook-form - f1e09794e07412ff863f8ebfbb404be56ac3a96e authored over 5 years ago
validationFields & validateFild

github.com/react-hook-form/react-hook-form - 2883c310317a2b8360458248ca5832c49a1ca6b4 authored over 5 years ago
update validationFields to support type

github.com/react-hook-form/react-hook-form - c38a2d0544b169db522d09aaadb106f7fed9f5c7 authored over 5 years ago
Fix/checked field value (#55)

* patch the checked value issue

* 3.8.10

github.com/react-hook-form/react-hook-form - 33cc4bd88421fb7bdb0c51b5d59f7bfdfa85aa8e authored over 5 years ago
Remove errors from Typescript usage (#54)

* Remove errors from Typescript usage
- Disable non-critical eslint rules
- Add react rules fo...

github.com/react-hook-form/react-hook-form - 47e5783f46a14887a343161b6f80cd26eb389c9f authored over 5 years ago
fix a bug which was introduced by type improve

github.com/react-hook-form/react-hook-form - f294dcac88840cb156a00f57ddebc21d34ff2084 authored over 5 years ago
working validate/validationFields

github.com/react-hook-form/react-hook-form - e6737027474f91ecc826cbe2ad1050bbcc2135bc authored over 5 years ago
disable @typescript-eslint/no-non-null-assertion

github.com/react-hook-form/react-hook-form - f00c71da3e1892452ae070187f6f96a0eb1610b3 authored over 5 years ago
update contributor list to include Koto

github.com/react-hook-form/react-hook-form - d98324748936227f9a148401056b2abb5f2a15e9 authored over 5 years ago
:label: Updating ErrorMessages type. (#47)

github.com/react-hook-form/react-hook-form - 6651ca352ed8e973f2c8030b46a508cca7add5e1 authored over 5 years ago
ts-ignore validateError

github.com/react-hook-form/react-hook-form - a7d11b41a1cee96a6c698f78b27f6df7857c5221 authored over 5 years ago
remove error type with | {}

github.com/react-hook-form/react-hook-form - 82f1c4e5ecabd963ed21b5f27986d82cc0635091 authored over 5 years ago