Questions tagged [form.io]

15 questions
2
votes
0 answers

Form.io dependent dropdown to be filtered from the Resource data

I have a form where I need to select state from dropdown1 these values are loaded from the form.io resource DB (Community DB) upon state drop down selection, I need to fetch the community names belonging to above state dropdwn selected value My…
Code Guy
  • 3,059
  • 2
  • 30
  • 74
1
vote
1 answer

How to load the data-grid component with the values obtained from an api in form.io's form-builder?

I am exploring form.io's from-builder. I want to call an API for data. This API response will be an array of objects where each object will have some property and key-value pairs. So, here I want to create a data-grid component already available in…
vijay s
  • 147
  • 1
  • 4
  • 15
1
vote
1 answer

Form.IO - Form events not firing

I'm using Form.IO JS library for developing various new forms. Recently, the need to perform some actions upon opening the form has been presented. So, I searched the documentation on form events. Except from 'change' / 'submit' / 'focus' / 'blur'…
kkaragki
  • 150
  • 2
  • 16
0
votes
0 answers

How to disable copy paste in form.io textfield

Adding Confirm Password field but want to disable the onpaste event in Confirm Password and oncopy event in Password field. Tried using custom validation, calculated value but they are getting triggered after the value is submitted, have little to…
Chirag
  • 1
0
votes
0 answers

Other alternative with form.io in React Native for Flutter

I worked with React-Native, which has the form.io and I can control my form (layout, state, condition...) with the Form.io Dashboard. I found out and it doesn't have any plan for Flutter. Is there anything to replace it? Thank you for your answer!
Vu Thanh
  • 319
  • 1
  • 14
0
votes
0 answers

Radio button not show his value inside dataGrid

I've implemented with form.io a datagrid with different value types ​​(textFields, textArea, radio, day...) and I am having a problem with several of them. I make a GET request to a service that returns an object filled with data, and the idea is to…
Talenel
  • 422
  • 2
  • 6
  • 25
0
votes
0 answers

FormBuilder not apply changes on cells

I'm building a form with form.builder from a predefined list of components. What I'm trying to do is, after making a GET request that returns data, fill the columns of the form with the values ​​of the request. This is my code: The function where I…
Talenel
  • 422
  • 2
  • 6
  • 25
0
votes
1 answer

Why form.io form builder component's custom css class is property not reflecting in the element?

io in my angular application. I want to change some css for some form builder components. So, I have tried to add custom css class property for that component as below : and I saved the component. But , When i try to inspect the component using…
vijay s
  • 147
  • 1
  • 4
  • 15
0
votes
1 answer

How to provide horizontal scroll bar for form.io data-grid component?

Using the form.io data-grid component , We can drag and drop our columns to that data-grid component. For Example a simple data-grid component with two or three columns may look like below : It is okay for less number of columns. If number of…
vijay s
  • 147
  • 1
  • 4
  • 15
0
votes
0 answers

wrong message in the form.io

I am trying to execute formio with docker-compose, but the application is wrong. services: mongo: image: mongo:4.2 restart: always volumes: - mdb-data:/data/db networks: - app-mongo ports: - '27017:27017' …
0
votes
1 answer

How do I change the disabled property of a simple text-field dynamically in form.io's data-grid component?

I am exploring form.io's form-builder concepts and components. I dragged and dropped a data-grid component into my form during that process. The data-grid component has three sub-components named id, userId, and title ( Three of them are text fields…
vijay s
  • 147
  • 1
  • 4
  • 15
0
votes
1 answer

Form.io Form builder automation using cypress

I am trying to automate form builder drag and drop feature but getting no success in it. const dataTransfer = new DataTransfer(); cy.get(`div [ref="sidebar-container"] span[data-type="textfield"]`).trigger('formio.dragstart', { dataTransfer …
0
votes
0 answers

Formio: Formiojs rendering submission then immediately unrendering

So I'm relatively new to form.io but the company I work for has a ton of forms set up. Recently there's been a strange bug when rendering submissions. It only happens on some forms and only with some components, and I haven't yet found any…
Bill
  • 41
  • 1
  • 3
0
votes
1 answer

Add a default field like email to form.io builder

I have a form.io builder initialized like window.onload = function() { Formio.icons = 'fontawesome'; Formio.builder(document.getElementById('builder'), schema ? JSON.parse(schema) : {}).then(function(builder) { …
Bamme
  • 45
  • 1
  • 5
0
votes
2 answers

Form.io | Hide Help Button

Anyone could help me how to hide the "Help link" for each component as shown below in the Form.io ? Thanks you in advance!
jhayvi
  • 569
  • 1
  • 4
  • 5