informed icon indicating copy to clipboard operation
informed copied to clipboard

A lightweight framework and utility for building powerful forms in React applications

Results 30 informed issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

**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 ![Screen Shot 2022-03-11 at 7 07 31 PM](https://user-images.githubusercontent.com/3490825/158001421-6d3dae7c-b8bb-489c-bb38-ef19cbbb8ad3.png) ![Screen Shot 2022-03-11 at 7 07 27 PM](https://user-images.githubusercontent.com/3490825/158001423-8a96b026-2dc9-4df8-93a5-16208ef981f5.png) 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...

enhancement

**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...