react-forms
react-forms copied to clipboard
React library for rendering forms.
Possible bug found with the carbon multi select component and the form reset functionality. I am running into an issue where resetting a form correctly returns all fields to initial...
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`...
Using a custom wizard (like the one described in https://www.data-driven-forms.org/examples/custom-wizard) with property `inModal` to `False` still puts a limit to the wizard maximum height. The expected behavior would be to...
**Scope**: @data-driven-forms/mui-component-mapper **Description** Root `index.d.ts` exports FormTemplate as MuiFormtemplate, while `index.js` exported it as FormTemplate ``` export { default as MuiFormTemplate } from './form-template'; ``` so there is a type...
**Scope**: PF4 mapper **Description** PF4 mapper does not support Patternfly Wizard `footer` prop which allows replacing the default footer.
**Description** Introduce component mapper based on https://sap.github.io/ui5-webcomponents-react **Todo** - ✅ FormTemplate - ⌛ missing support for Description - ✅ Textfield - ✅ Textarea - ✅ Timepicker - ✅ DatePicker -...
**Scope:**: Pf4FormTemplate **Description:** After upgrading `@patternfly/react-core` to the latest version, the following console error appears when running our app in development mode: ```Warning: Failed prop type: Invalid prop FormWrappersupplied toFormTemplate,...
**Scope**: MUI Form renderer **Description** I want to develop a functionality called save as draft which should disable form validation on submission of the form and capture the form values...
**Scope**: FormRenderer **Description**: When initialValues is set to a static object like `initialValues={{type: {label: "test", value: "1"}}}`, it correctly initialises the value but when the same data comes in from...