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

I have a reract project, where I'm inistializing i18n like so : ```javascript //// index.js import React from 'react'; import ReactDom from 'react-dom'; import { AppContainer } from 'react-hot-loader'; import...

bug

How can i implement a word highlighting package or function such as https://github.com/bonafideduck/react-highlight-within-textarea, together with form.io text area?

## Environment - Version: "^4.2.4" - Formio.js version: 4.11.0 - Frontend framework: React - Browser: all browsers all versions ## Steps to Reproduce 1. Create wizard form with many (20-30)...

bug

I am getting error for FormBuilder Component. I saw old issue from octomber 2019 which is closed https://github.com/formio/react-formio/issues/253 which told react-formio@4 will have SSR Support. I am got same error...

bug

## Environment "formiojs": "^4.0.0-rc.21", "react": "16.8.2", "react-formio": "^4.2.6", ## Steps to Reproduce Run official example(https://github.com/formio/react-app-starterkit) and go into #/form/create, drag and Drop React example compoennt, and then open react dev...

bug

## Environment Please provide as many details as you can: - Hosting type - [x] Form.io - [ ] Local deployment - Version: - Formio.js version: 4.3.0 - Frontend framework:...

bug

I have the next setup: ``` const [form, setForm] = useState({}); const [submission, setSubmission] = useState({}); useEffect(() => { httpGetAndSetForm(); httpGetAndSetSubmission(); }, [itemId]); ``` It automatically triggers validation even on...

I am wanting to redirect to my API with different params, but I haven't had any luck. I'm not sure if this is something that can be done. I found...

## Environment Please provide as many details as you can: - Hosting type - [] Form.io - [x ] Local deployment - Version: react-formio 4.3.0 (but the issue also occurs...

bug

1. Create a form that conditionally displays an Edit Grid component containing any sub-components 2. Create a submission of that form where the Edit Grid is displayed 3. Render that...

bug