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

Possible bug found with the carbon mapper subform and tab components. The tabs component and subform component seem to work correctly for the pf mapper as seen here: https://data-driven-forms.org/provided-mappers/tabs?mapper=pf4 but...

Carbon
Investiage

**Scope**: Carbon component mapper **Description** Migrate to new package `@carbon/react@11` from `v10`. ### Checklist - [ ] Upgrade all `@carbon` packages and their dependencies to the latest stable release -...

good first issue
Carbon

**Scope**: Common select (possibly MUI) **Description** Working on [cascading select](https://github.com/data-driven-forms/react-forms/pull/1285) I found that the select fails when `noInputChange` is provided - but it should not be required. **Steps to reproduce**...

bug
common

**Scope**: Rendered **Description** Currently there are two issues with validators: 1) validators from the validator mapper are not being cached - this creates an inconsistent behavior 2) we need to...

bug
enhancement
renderer

**Scope**: Docs **Description** Update documentation: - [ ] form state manager details - [ ] form props - [ ] form state - [ ] field props - [ ]...

docs
State manager
v4

My proposal for a new conditions handler: - conditions are defined "globally" instead of "locally" per field - field listeners are registered only for fields involved in "when-clauses" - the...

enhancement
renderer

**Scope**: pf4-component-mapper dual-list-tree-select **Description** Cost management users are encountering latency with our settings page when we have large data sets. For our cost-demo user on stage-beta, we have 40,000 GCP...

PF4
Investiage

- [x] initialValues @rvsia https://github.com/data-driven-forms/react-forms/pull/702 - [x] debug @rvsia https://github.com/data-driven-forms/react-forms/issues/690 - [x] subscription https://github.com/data-driven-forms/react-forms/issues/693 - [ ] mutators (?) - do we need them? we can actually implement field array...

**RESERVED FOR RHOSC** **Scope**: All mappers **Description** Each mapper package has now a different local development playground. (`yarn start` in a package repository) A lot of schemas are duplicated. We...

common

**Scope**: Common/Form Template **Description** Our Common Form Templates are missing Form Level errors. https://final-form.org/docs/final-form/api#form_error This would need an additional research to get know how to show Form errors in each...

enhancement