react
react copied to clipboard
JSON powered forms for React.js
I have URL to pick up values in the form of json, with an ip address XXX, and now since the ip address has changed, I want to update the...
## Environment Please provide as many details as you can: - Hosting type - [ ] Form.io - [x] Local deployment - Version: 4.3.0 - Formio.js version: 4.12.1 - Frontend...
The test case ``` const [form, setForm] = useState({display: 'form'}); const [saveText, setSaveText] = useState('Create Form'); useEffect(() => { async function getFormBuilderData() { const res = await axios.get('/api/editor'); setForm(res.data); }...
How do i start this project. I have cloned the repository and I did npm install then all node module are installed succesfully ,but it cound'nt run I used npm...
Hi, I am using FileService for File component to upload files using own storage. I am able to upload file and download file without any hassle, but I want to...
How could get schema "minified" from onChange in FormBuilder?? I have the next code: ` setJson(JSON.stringify(schema, null, 4))} /> ` When the onChange method is executed the schema parameter get...
Hi, I have one requirement to override the existing `Signature` component. In which I need to show one Checkbox along with Signature component. Only if the Checkbox is ticked and...
## Environment - React-formio version: 4.2.5 - Formio.js version: 4.11.0 - Frontend framework: React: 16.8.6 - Browser: many browsers - Browser version: many browser versions ## The initial conditions: There...
[BUG]
## Environment Please provide as many details as you can: - Hosting type - [x] Form.io - [x] Local deployment - Version: - Formio.js version: - Frontend framework: - Browser:...
Hi, I am working on to create a custom component in the form builder, I am able to validate the data on submission via `checkValidity` method but I need the...