informed
informed copied to clipboard
A lightweight framework and utility for building powerful forms in React applications
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
**Describe the bug** 1. Clone the repository 1. Run `npm ci` You get the following output: ``` rickyp@LUSC02DG0MFML87 informed % npm ci npm WARN old lockfile npm WARN old lockfile...
**Describe the bug** Checkboxes and Radio button styles seem to be broken   https://teslamotors.github.io/informed/?path=/story/inputs--number-input
**Describe the bug** Trying to reset a multi-step form causes the error - `Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it...
Hi, I want to window my form using `react-window`, in order for this to work correctly, there is need to be either `ArrayFieldItem` component or `useArrayFieldItem` hook. so when `react-window`...
I didn't find a way to set multiple field errors at once to form. In [FORM API](https://joepuzzo.github.io/informed/?selectedKind=Form&selectedStory=Api&full=0&addons=0&stories=1&panelRight=0&addonPanel=REACT_STORYBOOK%2Freadme%2Fpanel) i found setError and setFormError function only but i didn't see function to...
**Describe the bug** According to the documentation, fieldExists should be a function of the formApi that returns true if the field exists. This function used to be part of the...
How do you use onSubmit with Multistep? https://teslamotors.github.io/informed/getting-started/multistep At the end of all the steps, we need to submit the form to the backend. Alternatively, is it possible to submit...