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

fix a bug with custom validate

github.com/react-hook-form/react-hook-form - 01eda08cfeaa06738cb1c180d63ee6cc18888104 authored over 5 years ago by bill <[email protected]>
update website and fix a regex error

github.com/react-hook-form/react-hook-form - d0413e936f8ce1d1ac59392aa0d96799715b7d43 authored over 5 years ago by bill <[email protected]>
fix a bug on radioOptionIndex

github.com/react-hook-form/react-hook-form - 13e221f7a07f315459bd2688bfbc5ccbfdc34bbe authored over 5 years ago by bill <[email protected]>
code refactoring and clean up

github.com/react-hook-form/react-hook-form - 265510b08e24604ebba2bc0a3cad28f0e5d23e47 authored over 5 years ago by bill <[email protected]>
add controlled input example

github.com/react-hook-form/react-hook-form - 879d340081f38bf4e7c8a9b85c733dc2535bafb6 authored over 5 years ago by bill <[email protected]>
website title/description, api update. include textare for form builder

github.com/react-hook-form/react-hook-form - beab80322f2513f11b968579ce90fcb44b5c6913 authored over 5 years ago by bill <[email protected]>
udpate a typo on website

github.com/react-hook-form/react-hook-form - 1a6709ff991c71a642eaa0b4bc021413dcdbb70b authored over 5 years ago by Beier Luo <[email protected]>
onSubmit should trigger error for mutiple times

github.com/react-hook-form/react-hook-form - effe210bc9b7317cff43cd95d2061a1bc9b80cea authored over 5 years ago by bill <[email protected]>
upadte readme and home page

github.com/react-hook-form/react-hook-form - 246c62d4cc17d80b44f2a474e51e61e527b160db authored over 5 years ago by bill <[email protected]>
Rename PULL_REQUEST_TEMPLATE.md to pull_request_template.md

github.com/react-hook-form/react-hook-form - 511cc959b4e7b588a1f18f66f4248db1b4739e13 authored over 5 years ago by Bill <[email protected]>
Create PULL_REQUEST_TEMPLATE.md

github.com/react-hook-form/react-hook-form - a30e42236cb99cb01a33299170cba4ac9862a21c authored over 5 years ago by Bill <[email protected]>
Create CODE_OF_CONDUCT.md

github.com/react-hook-form/react-hook-form - f8e163509e752635eb0808ea29aef7529b7abc43 authored over 5 years ago by Bill <[email protected]>
Merge pull request #14 from bluebill1049/add-license-1

Create LICENSE

github.com/react-hook-form/react-hook-form - 9a3c6f4b806ba4dadc4939bf475fef0ad727fef7 authored over 5 years ago by Bill <[email protected]>
Merge pull request #13 from bluebill1049/feature/array-fields

Feature/array fields

github.com/react-hook-form/react-hook-form - 9ab1409ba24529f214b4f1d3216bad0654455a0a authored over 5 years ago by Bill <[email protected]>
include one more example for basic validation

github.com/react-hook-form/react-hook-form - 3e3b2b22d940843f53ea90200e632410fbe24d5c authored over 5 years ago by bill <[email protected]>
combine result into array

github.com/react-hook-form/react-hook-form - 0a24614634d9260cdf527287c203d713c283326d authored over 5 years ago by bill <[email protected]>
include examples for array fields

github.com/react-hook-form/react-hook-form - e3df6345e495feaac238ea47f6d059b3a9b3f31c authored over 5 years ago by bill <[email protected]>
remove those fields at website

github.com/react-hook-form/react-hook-form - a641005a90e937744cbc5f48654eef2f786e3cb1 authored over 5 years ago by bill <[email protected]>
remove src code at website

github.com/react-hook-form/react-hook-form - 053c6c0f5b60be6b40d05f0e33bddd1eb3eb8a0f authored over 5 years ago by bill <[email protected]>
work on array fields validation

github.com/react-hook-form/react-hook-form - ace46b25c42a2f54fe5f26b54c99cc7df37488da authored over 5 years ago by bill <[email protected]>
working on the array filed with website

github.com/react-hook-form/react-hook-form - 3a130ef472663fda1508aada6623fdc3babd5225 authored over 5 years ago by bill <[email protected]>
update website pakcge version fix builder issue with update

github.com/react-hook-form/react-hook-form - 4089a70865083dc645e7af025ddaca30a828ebf6 authored over 5 years ago by bill <[email protected]>
fix mutationWatcher on field

github.com/react-hook-form/react-hook-form - 39fb44d1ecb0adb992dee12dcf250a78a7f58040 authored over 5 years ago by bill <[email protected]>
fix api page issue with register

github.com/react-hook-form/react-hook-form - cd079a04636d4569b36bf2bd9a5926ffba385d47 authored over 5 years ago by bill <[email protected]>
update readme on example

github.com/react-hook-form/react-hook-form - 9a8bb93074112e58daf389b20ee168fdae04304b authored over 5 years ago by Beier Luo <[email protected]>
include example for normalize

github.com/react-hook-form/react-hook-form - 77cb8de6741faadd17ece6b31642c6f6b955ccdf authored over 5 years ago by Beier Luo <[email protected]>
include example for inital form value

github.com/react-hook-form/react-hook-form - 9aec227e74b0210606f1cc5573d169bde5139031 authored over 5 years ago by Beier Luo <[email protected]>
include async submit validation example

github.com/react-hook-form/react-hook-form - e24dd23e8a005163ff50cf7f5eb82361a31fba58 authored over 5 years ago by Beier Luo <[email protected]>
Delete package-lock.json

github.com/react-hook-form/react-hook-form - 45a99a3fdb1848dd00ea64848f6c30e092773dfc authored over 5 years ago by Bill <[email protected]>
include more examples codes

github.com/react-hook-form/react-hook-form - f3e48843ded571344f82c5d1a7a933d986a74281 authored over 5 years ago by Beier Luo <[email protected]>
include example of conditional fields

github.com/react-hook-form/react-hook-form - 2ff83cc02275319f14f93e28974f518d3498f3e6 authored over 5 years ago by Beier Luo <[email protected]>
update examples with register error message and fix text input with textarea

github.com/react-hook-form/react-hook-form - 7ea55e741130f4d899c1cd2c8a65606002bfb861 authored over 5 years ago by Beier Luo <[email protected]>
include custom example

github.com/react-hook-form/react-hook-form - b8115e1faf7a6e9a6f67dc177839dce234cb9758 authored over 5 years ago by Beier Luo <[email protected]>
include async validation example

github.com/react-hook-form/react-hook-form - 08b6de0a07604c8c736e05aee819b1edabc38b59 authored over 5 years ago by Beier Luo <[email protected]>
fix a type and website update with code generator

github.com/react-hook-form/react-hook-form - 7c02eb2ddbe718e06497e0d88e51a6c645f46041 authored over 5 years ago by Beier Luo <[email protected]>
fix issue with validation schema and error log

github.com/react-hook-form/react-hook-form - 075a5b5f10239fa82e7da256f8e5a68b002b2845 authored over 5 years ago by bill <[email protected]>
update submit button hover color

github.com/react-hook-form/react-hook-form - 291f555f78a95b30fe9b1cd68bceb085009c5667 authored over 5 years ago by Beier Luo <[email protected]>
fix issue around eventlistners and persist event

github.com/react-hook-form/react-hook-form - b3d81fc98977b962f6e1f8ded6708654c2b4e72a authored over 5 years ago by Beier Luo <[email protected]>
Merge pull request #10 from bluebill1049/feature/async-validation

Feature/async validation

github.com/react-hook-form/react-hook-form - 7b654d76aa67ba3763ec2310b543cdc08e868195 authored over 5 years ago by Bill <[email protected]>
working version with async validation

github.com/react-hook-form/react-hook-form - 0e4318fec21466aafd9ba1c6b8febd72491ddd6f authored over 5 years ago by Beier Luo <[email protected]>
temp fix json stringify compare

github.com/react-hook-form/react-hook-form - 149acc757795a24e56aaae61104da072c4aed4a1 authored over 5 years ago by Beier Luo <[email protected]>
exclude examples folder for ts

github.com/react-hook-form/react-hook-form - 8ee28f6ef931489eb434b33dfaf1dc294f263226 authored over 5 years ago by Beier Luo <[email protected]>
work on async validation

github.com/react-hook-form/react-hook-form - dca7d9884d331e09698aaaaf963a3f40de334606 authored over 5 years ago by bill <[email protected]>
start to include more examples

github.com/react-hook-form/react-hook-form - 9722770f0b3a29d8cae174c7a3c3bf197b96c75f authored over 5 years ago by Beier Luo <[email protected]>
update on the errors object api

github.com/react-hook-form/react-hook-form - 2e33f5a658738625182b579932781ab48dbf9b5a authored over 5 years ago by Beier Luo <[email protected]>
update erros object with ref

github.com/react-hook-form/react-hook-form - 2d5363e1fa2a4ab51ba3d27f7f54eef3efdbf05c authored over 5 years ago by Beier Luo <[email protected]>