formiz icon indicating copy to clipboard operation
formiz copied to clipboard

🐜 React forms with ease! Composable, headless & with built-in multi steps

Results 27 formiz issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Hello ! I upgrade to react 18 and the `asyncValidations` rules doesn't not work anymore. `const { isValidating } = useField(props)` isValidating always return true I try to find a...

v1

**Describe the bug** on the Conditional Fields & Steps in Demos Tab when on the step B and clicking Hide step B, an error get fired: ``` TypeError: Cannot read...

bug
documentation
hacktoberfest
v1

# Describe the bug When using an input of type `number`, adding validation rules `isMaxNumber` or `isMinNumber` won't trigger validation error when the value is not a number. ## Code...

v1

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Describe the bug When a collection definition is unmount (the useCollection hook), the collection is not remove from form. That mean if we remount the collection, we keep the...

bug
v2

**Is your feature request related to a problem? Please describe.** The obligation to console log fields or form state to debug **Describe the solution you'd like** A devtools to help...