这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: vasucp1207/houseform

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add `reset` method to the form

* add property resetWithValue to fields and array fields

* add reset feature

* remove imports

* reset errors

* add missing dependency

* better isFieldArrayInstance check

* split tests

* chore: fix flashing functionality in form reset

* add api references

---------

Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: implement `errorsMap` to get specific field's error

* Add errorsMap to FormComp

* Update FormInstance types

* Use fillPath instead of directly assigning to object

* Add errorsMap to initial form context

* Update Displaying Errors Usage Guide

* Create ErrorsMap type

* Add ErrorsMap reference

* Add form errorsMap tests

* Revert to use normal object setter instead of fillPath

* chore: add complex typings for errorMap

* docs: improve form types

* docs: improve mention of nested errorsMap

---------

Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request houseform#71 from joaom00/is-validating

[Feature] Add `isValidating` field and form properties

v1.5.1

Toggle v1.5.1's commit message
chore: migrate from old repo to org repo

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request houseform#65 from crutchcorn/manual-validation

feat: add manual validation

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request houseform#64 from crutchcorn/field-array-set-values

feat: add ability to set FieldArray array value

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request houseform#63 from crutchcorn/missing-field-props

Add missing props to FieldInstanceProps and FieldArrayInstanceProps types

v1.3.1

Toggle v1.3.1's commit message
fix: isValid on form should now work with multiple fields again

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request houseform#43 from crutchcorn/memo-children

[FEATURE] Add method for opting out of renders with functional children

v1.2.2

Toggle v1.2.2's commit message
fix: If using a field with onChange and not onMount validation, it wi…

…ll not run onChange