Tags: vasucp1207/houseform
Tags
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>
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>
Merge pull request houseform#71 from joaom00/is-validating [Feature] Add `isValidating` field and form properties
Merge pull request houseform#65 from crutchcorn/manual-validation feat: add manual validation
Merge pull request houseform#64 from crutchcorn/field-array-set-values feat: add ability to set FieldArray array value
Merge pull request houseform#63 from crutchcorn/missing-field-props Add missing props to FieldInstanceProps and FieldArrayInstanceProps types
Merge pull request houseform#43 from crutchcorn/memo-children [FEATURE] Add method for opting out of renders with functional children