Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/react-hook-form/react-hook-form
๐ React Hooks for form state management and validation (Web + React Native)
https://github.com/react-hook-form/react-hook-form
6156ee0fa92682e15f738274a2fea9a80d53775b authored over 3 years ago
* fix #6731 subscription issue with unmount field array
* include unit test coverage
63e6aa227555631f33de5f9e1960a56bde1bdff0 authored over 3 years ago* simplify controller field state error type
* fix unit test coverage
* fix unit test
85097ae4bced7f8ffdd68256c583ca2a98c8561c authored over 3 years ago8ddd0e1eb95b07b5df1c5f1867cb5ae17b7e96d9 authored over 3 years ago
* improve reset options
* update reset api with improve keep defaultValues option
* fix cy...
08b060298ee76eb29715ad64507055eadf3212af authored over 3 years ago* improve useSubscribe hook
* useRef with callback
* code elimination
* fix type
* r...
e0f0a2be3e2e43e89aa526a27507719984067c5d authored over 3 years ago* Add files via upload
Fix type errors in customMaskedInputWithController example v7
* Upd...
07070805401c52f6e55f2ae7707a240a1886c158 authored over 3 years ago* attempt to fix the issue
* include test coverage for any/none generic
* rename type
*...
ccaec46a62d7f6d44b5418b53a14ec96f7e8bf0b authored over 3 years ago28368632adef25a8f1b20d17def340112c7f95e0 authored over 3 years ago
This reverts commit f5a25199c27b4b0622556ca634cd869b271117eb.
08883bb4d5bfe6898c0dfd82815afaeafb5e8531 authored over 3 years ago* minor watch logic improvement
* minor code improvement
* fix issue caught by test
51e9bafd62db48d7dfe77c980685498f93a0a609 authored over 3 years ago* fix: improve Path type for defined value type with interface
* fix: improve ArrayPath type ...
ab106ab57f4ee049a4fec89bb83fb8deb1d34e31 authored over 3 years ago2d061a95bcb66d98581d6e913f30f03ecac21436 authored over 3 years ago
e511ac47b41d59626366e2d58b4e61bde87b89c5 authored over 3 years ago
9d8302e68ef9d186134366250a04c35e9ea4fc9d authored over 3 years ago
* minor code improvement and remove set FileList
* consistency with single if statement
* ...
d4f31f5596338e2c7b327b2af252fd02638b0b89 authored over 3 years ago* update to the latest packages
* minor code clean up
8654604547ebea7bafce251e4d08e221d288c033 authored over 3 years ago417695ab08087175228050a8bcb9945e6c19a8d0 authored over 3 years ago
* remove unneeded native reset api
* save some bytes with comma expression
* save a retur...
c03c66eb8d650a9a881fe47d3e968b80ec7b3918 authored over 3 years ago62c5701b6b47871c23378f25c6bf384a1ce9d8cc authored over 3 years ago
d06f52ba3d06ac7b37105b9536dcc53a45ec3e2c authored over 3 years ago
* โจ Add support for generic components using FieldPathWithValue
* โ Fix tests
* โจ Fix i...
f5a25199c27b4b0622556ca634cd869b271117eb authored over 3 years ago* update packages
* change check api to click
* remove index.tsx
* remove only
319219b4370cd25a0a4e76ae228dec2db516e400 authored over 3 years ago* Migrate from Select.options to Select.selectedOptions (#6678)
* Add selectedOptions as a pe...
7ef44471c6c173017d5b7f9d909b4624b9297f4d authored over 3 years ago56a1fbcdb062ea4beaed5cfb7535bd7d62a908b8 authored over 3 years ago
3a4c79b61ec16b418fc0e3150ebf36a977944e6f authored over 3 years ago
Update formProvider.tsx to work with v7.
9d9db53ecb8303c1580e3e04b93e5326c8e5ccfb authored over 3 years agob1a3459e04ed1c2093f6d7e3a1b4365f0e5beb6f authored over 3 years ago
* include test case coverage
* revert back to the old type
* Revert "revert back to the ol...
9e2e851833778a5ac1fd162daadd7cf27e740788 authored over 3 years ago* fix #6655 issue with field array focus name with filter operator
* remove only
* patch i...
dcd8c7e743bad61f451416115e614a3a2bf34dce authored over 3 years agod812ca231719017d5a09314e29753838ae9bada3 authored over 3 years ago
7b62767981ac176805a85123854f22d16f44ebc0 authored over 3 years ago
096618aa7142d655d4c86076129453c7dabea0b1 authored over 3 years ago
* fix #6646
* fix type error with detect nested field
* include test for deeply nested
...
4adffaeb17f06f9b244daa1093148342f5e68c14 authored over 3 years ago* fix issue with stable subscription name and remove .only in test
* fix unit test on render ...
de6db78192e82192a38b92f81aba030ec0810a39 authored over 3 years ago* attempt with subscribe early instead of useEffect
* pass test
* include new useSubscribe...
22843cb4e71080c0cc987fedb7439136eb4fb5a1 authored over 3 years agobfa02de4c4c95bd6b3927f0d6d53d7ac2f812853 authored over 3 years ago
7102b2b54059796b2c848b818567212cd553bac7 authored over 3 years ago
* fix: fix Mapped types for defined value type with interface
* refactor: refactor mapped typ...
6a869a45983661d55b29589a0d02950b25289ef5 authored over 3 years ago* fix #6590
Signed-off-by: Egi Ginting <[email protected]>
* add unit test
Signed-...
e9bea66595c9c943647c066ba344077d7e3617ef authored over 3 years ago* feat: Ability to provide custom onBlur and onChange callbacks
Related to #4977 and #4751
...
ddc924343dca2a4cd828f3a977b745dfd517faee authored over 3 years agof3adae1980370842a55004a8ab2d3d9c87dd5035 authored over 3 years ago
35fc8d8dd4f949904aa5a31afccaaa6cbc3f3ccc authored over 3 years ago
* ๐จโ๐ญ close #6581 by register input with setValue to improve DX for missing registered inputs
...
69da4363622868877e88dfbb8e8d0ed84bc0bb71 authored over 3 years ago87a6ae1c508c1de95cc41cc1e39f189a87e74967 authored over 3 years ago
12561a713941f34545131af3dc437aae19bea641 authored over 3 years ago
a3a6a5b2980764617f09f904b29d32709d83c861 authored over 3 years ago
* fix aysnc useFieldArray actions
* remove duplicated code
* code reduction
1af061ee9079077b666be4e9b85317d9f1c87a67 authored over 3 years agoecbd848b33550f97951f53c03d1db2d9db2ae8a8 authored over 3 years ago
* replace updateValue with cloneObject
* update snapshot
* improve clone object and cypres...
70d7691bb05e317456753c426edf7c5ab5ab0290 authored over 3 years ago9ce365390d5fda48c48c69d62b96f21da5473a61 authored over 3 years ago
* fix #6528 reset update isMounted when isValid is not subscribed
* revert change
* includ...
8a1f978cb39694230b6e11b6cb34a862fc45601b authored over 3 years ago* fix #6513 reset keepValues update formValues
* remove additional div tag
4f2fe6a34c5c52b8453c3e3e40e5d9d1a23eed22 authored over 3 years ago0ebbdb5f4aa69b8464041d10bad6004ddf4908d0 authored over 3 years ago
* fix #6482 reset formValues with shouldUnregister: true
* package update
* upgrade cypress
f45a9e8efd7189ec7045fab0ff4963b0f748813a authored over 3 years agof32c38cd27c45f0f82d3429dbe834d00033ce31e authored over 3 years ago
* include proper fix for useController default value update
* uncomment code
d8426ef1adccb8c0adfa40b53605f8dab235ade1 authored over 3 years ago8ca71b286d4e9064df877a484a6a633c7cd33116 authored over 3 years ago
* fix #2655 disabled input should set to undefined
* fix unit test
0a9b2a03828d9db277a111a55a99aabbfa8815d5 authored over 3 years ago* fix: improve ControllerFieldState type for Controller types
* refactor: refactor Controller...
1c29ecb5d9b4febe08f1b4c4bc4bb1f12ca80f85 authored over 3 years ago* fix: add File and FileList interface for ReactNative
* 7.15.2-beta.0
Co-authored-by: Bei...
7d1a7a701e357ae29511adbe433cb24a7dfe10e5 authored over 3 years agob8ce62717d3196ff3fb71782deb7a3795c0803b7 authored over 3 years ago
05d8845f8bd8dfe5b7226a1de1b334c5a5780d43 authored over 3 years ago
0337cb5c7a826bf2e71da549d89257a439d8fb48 authored over 3 years ago
* fix: fix handleChange to set undefined value
* test: add integration test
15f2dc5c6d23af7cab4e544edd02ad4adbcb6ee2 authored over 3 years ago* fix: add UnionLike type for FieldErrors type
* fix: fix utility types
* refactor: fix lo...
35e311325b61f80afec736218f9d06961cb98541 authored over 3 years ago53c969a899d1edd4fc0388f9b7054ff21ec63ab6 authored over 3 years ago
1845c753cb25746587ad76819ced88ebb61e81b8 authored over 3 years ago
6db65993f2e4ccbd4e26b8a4718c81f90d78b86d authored over 3 years ago
* fix toggle disabled props with register api
* wrap with if check
* Revert "wrap with if ...
5df4312f298d72229194f53b708de5e02a43f4ef authored over 3 years ago* refactor: improve mapped types
* reafactor: improve DeepMap type
184fe269fdd9ab730eb87854bc56c7aabc7ec968 authored over 3 years agob0dfe7d0337da036fcdbfe498fb143f4d8f8d8f5 authored over 3 years ago
* Adds the `replace()` - new `fieldArray` method
* Adds the test coverage to the new method
...
fea6ccafce9f9fe1e665a4d6470691063af348af authored over 3 years ago
38e8641026a639310d0460344ee7c1d0bcd19427 authored over 3 years ago
* fix getter and setter consistency
* fix build
f77cf144146c471018e5c71bb3a768c2bff65d37 authored over 3 years agof0ecdfa6f64fdfcffded0f5e2d10e154be52662a authored over 3 years ago
The watch callback is only invoked with one field at a time. See https://github.com/react-hook-...
51166ad65322134891d2d5a8d8f007fcd05a7e1c authored over 3 years ago10d67caad875cca631f2a62ff7691aa44a098505 authored over 3 years ago
This reverts commit d2eefdeb61f1bebed37676cc2923f20e2a0e0c37.
b436c4176700c153f263626bb50401baff9d4e55 authored over 3 years ago* fix focus type issue of controller
* move checking logic
b1b1c8ea47fa3440f8982b9918bccdbe56eb5245 authored over 3 years ago* improve handleChange perf
* delay validation skip check
* cache revalidated mode
* pa...
89cd7a25c00259821d59e10ca3c4023aa71bf8ce authored over 3 years ago* fix #6379 when disabled is not return from the dom attribute
* include unit test coverage
4aaf2a0e2e6e92806a4f836f8d8016fad79c8b89 authored over 3 years ago* remove an extra variable
* package upgrade and minor code clean up
* minor validate logi...
4c142ceb5054b01ddb5b05269e8a947a87cf58d1 authored over 3 years agoabd9146f1a524bb97394ffa37a66afb36d1213c0 authored over 3 years ago
60c593f701e17c06c8bcf5eefd440e24d87baa0b authored over 3 years ago
33c75563e5c2c8de7061f1dcbeb62e18791d699f authored over 3 years ago
* Create a version7 japanese README
* Add Japanese translation link to README
Co-authored-...
4e7042d64942e9ed9b78b295f2443ddded9f8a2e authored over 3 years agoThis reverts commit 63e885d5a90f699b5fc419bd01a1f48500754744.
16f23b907dec99bb8f38585d448cf15e565f5a2b authored over 3 years ago63e885d5a90f699b5fc419bd01a1f48500754744 authored over 3 years ago
97d78afea681244fddedef47726f159513e7cd49 authored over 3 years ago
* close #6319 remove shallow clone with watch return value
* shallow clone at useWatch level
3671b3c3f839f1a5ac64bd4b4b9e332df4689f04 authored over 3 years agode1ad01b5fa9be147df518554cccb99b7413f37d authored over 3 years ago
* fix useController to only update field ref
* fix controller reigster ref issue
* remove ...
b6ffb6e33a253e13df8f0569ed09be899dcf0174 authored over 3 years ago8fd05c5c83c3574e57efd0e555ce5ca59d402a0b authored over 3 years ago
* Feature: Run validation when another field's validation runs
* Register gets a new option: de...
7617ca6d7d64f8c58a2e231eaefd05b79d58b020 authored over 3 years ago
d372748ca6b72d9cbdcb992f184dc2acc718bf42 authored over 3 years ago
* clean up package deps
* remove resolve
* packages update
* code reduce on validate co...
0153891206cc16e408cfb42f0de30ce58d5591e3 authored over 3 years ago* fix(types): #6265 objects may have error messages
* fix(lint): lint issue on unit test
d2eefdeb61f1bebed37676cc2923f20e2a0e0c37 authored over 3 years ago