react-forms icon indicating copy to clipboard operation
react-forms copied to clipboard

React library for rendering forms.

Results 41 react-forms issues
Sort by recently updated
recently updated
newest added

Fixes #1513 **Description** Enhances `onChange` handling to correctly support `clearedValue: ""` as a valid value instead of treating it as `undefined`. Ensures cleared fields with empty strings remain in `getState().values`....

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.3 to 5.2.1. Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1 (2025-03-26) Security cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header requests with an IP...

dependencies
javascript

Enable strict package dependency validation Fixes #1506 **Description** - uses npm instead of Yarn - uses forked release on react final form until v7 is released and stable - has...

Fixes #(issue) *(if applicable)* **Description** Please include a summary of the change. **Schema** *(if applicable)* ```jsx ``` **Checklist:** *(please see [documentation page](https://data-driven-forms.org/development-setup) for more information)* - [ ] `Yarn build`...

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.16.7 to 7.26.10. Release notes Sourced from @​babel/runtime's releases. v7.26.10 (2025-03-11) Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...

dependencies
javascript

### Discussed in https://github.com/data-driven-forms/react-forms/discussions/1520 Originally posted by **malloy045** November 4, 2025 TLDR: Is there a way to get conditions to re-execute on an ad-hoc basis? Details: We have schemas that...

**Scope**: Form Renderer/FieldProperties **Description** The default behaviour of a form is to set a value to `undefined` when the user has cleared it. An API is provided to override this...

bug
renderer

**Scope**: PF4 mapper **Description** When `isClearable` is set to true in the schema for the 'select' component, the clear icon is not centered correctly in the 'select' box. I think...

**Scope**: MUI mapper **Description** Are you planning to support the newer versions of MUI (i.e. v6 and v7)? Tried to update but encountered a dependency issue with `@mui/icons-material` and `@mui/material`...

**Scope**: mui-component-mapper **Description** When upgrading to react 19 with mui component mapper, there is an error: ``` npm error react@"^19" from the root project npm error peer react@"^17.0.2 || ^18.0.0...