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

When you select and then deselect the "Allow multiple masks" on a component in the form builder, it adds the following json to the component: ``` "allowMultipleMasks": false, "inputMasks": [...

bug

Is there any way to edit the default wsiwyg editor on a content component. We are looking to limit the formatting available to the user for example, to only allow...

bug

Do I need formio.full.min.js for react-formio? A lot of components seem to work fine without it, so is it the case that react-formio has a built-in npm dependency on that...

bug

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

bug

## Environment Please provide as many details as you can: - Hosting type - [X] Local deployment v1.7.5. ## Steps to Reproduce 1. Create a form using react-formio 2. Fill...

bug

We need to give flexibility to user to create new components and save them so that it can be reused. Like I drag textfield and a number field. Now user...

bug

I have a form in my page which coming from the schema but the buttons are not there in the schema. I am adding those buttons when the page renders....

I want to use nested form in react-formio. How can i add custom child form with add new child form feature. Currently nested form schema shows form attribute which required...

duplicates component palette after changing state because of re render.

I am new to formio and I have a query that I have not found any solution to. My system consists of a sailsjs back end, a react front end,...