react icon indicating copy to clipboard operation
react copied to clipboard

JSON powered forms for React.js

Results 165 react issues
Sort by recently updated
recently updated
newest added

h **Hidden is true but still it is visible in the form and conditional logic is also not working.**

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies

Many components in this library use `defaultProps`, which causes a warning in newer versions of React. It is expected to replaced with JavaScript default parameters instead. ([Detailed explanation](https://www.youtube.com/watch?v=fnQusZt49_Y)) (Example in...

I am using FormBuilder in the react functional base component and am not able to re-render Formio Builder on state change.

I am using Form-component with preloaded form json it is not refreshing the form on changing the value of fromProp of the Form tag code im using : class App...

Hi all, I was looking at the documentation and some other suggestions in the issues list about how to inject new headers to Formio requests (more specifically when you want...

I'm trying to use formio in next js, but I get the following error, but the form seems to render successfully. Am I using formio correctly? Or does formio not...

I am trying to add some changes to @formio/react , but when I run the project with my custom cloned @formio/react , the page crashes and I get these errors...

**Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://cdn.form.io/ace/1.4.12/worker-json.js' failed to load.** Component import React, { FC, useEffect, useState } from 'react' import styles from './createNewFormBuilder.module.scss' import...