Alexey Davydov
Alexey Davydov
Hi @SaThViK81, We have template responsible for rendering these buttons: https://github.com/formio/formio.js/blob/master/src/templates/bootstrap/builderComponent/form.ejs You can override it and make Remove button depend on component key/type/property. Save new template as JS string and...
@rahulseth625 This repository is just a library. It isn't meant to be used as an actual application. You should use components from this library to utilize your own react application.
@KiranreddySrDev @rahulseth625 This is just a library for rendering out forms based on the Form.io platform. To get this working you need to import it into your react app and...
@rahulseth625 You can start using starterkit as a base for your project. View file - is the one responsible for form rendering: https://github.com/formio/react-app-starterkit/blob/master/src/views/Form/Item/View.js
That's just a basic example of form rendering using our react-formio library.  You can find more info on readme page.
@BKenny11 Could you please specify versions used. And attach code snippet that causing failure.