react
react copied to clipboard
JSON powered forms for React.js
## Environment Please provide as many details as you can: - Hosting type - [x] Form.io - [ x ] Local deployment - Version: - Formio.js version: "^4.14.8" Frontend framework:...
## Fix for Cross-Site Scripting (XSS) Vulnerability I've identified a Cross-Site Scripting (XSS) vulnerability in this package. **Vulnerability Details:** - **Severity**: High/Critical - **Description**: There's a risk of malicious script...
I am creating form with formio in Nextjs project got this error, anyone see this problem, and any workaround? error - ReferenceError: navigator is not defined at Object. (/Users/kilghar/Documents/Code/uf-next/node_modules/formiojs/components/file/File.js:120:21)
hi , i was trying to add some HTMLelements as a custom component react , but i can not find a good document about it . so , i Tried...
## Environment Please provide as many details as you can: - Hosting type - [x] Form.io - [ ] Local deployment - Version: - Formio.js version: ^4.14.12 - Frontend framework:...
Labels in FormEdit such as [this one](https://github.com/formio/react/blob/c966dd1d93d1ee5b5610496e2578ebc9ce153eb6/src/components/FormEdit.jsx#L63C77-L63C82) should be passed through i18next to allow for translations. The same goes for placeholder values. I am willing to make a PR. I...
I have a component with `"margin-left": "10rem"` . It is showing the margin correctly in the Form builder preview. When I render the same form using `formio/react`, it is not...
Formio version `@formio/[email protected]` React version: `18.2.0` Value change of the `readOnly` option is not taking effect. ```jsx ... const [ editable, setEditable ] = useState(true); return ( ) ... ```...
Formio version `@formio/[email protected]` React version: `18.2.0` If `noDefault` in `options` is `true`, an error occurs after choose a file for a file component. ``` File.js:764 Uncaught (in promise) TypeError: Cannot...
Hi, I have a React18 project and wanted to make custom react-formio component (code below) but `this.container.unmount` in `detachReact` method shows this warning: **_Warning: Attempted to synchronously unmount a root...