angular
angular copied to clipboard
JSON powered forms for Angular
I don't want to use the CheckMatrix.js example. Is there a way that i can use a @Component and create a nested component with children and multiple drop zones?
I have added File upload component with below schema  Can not read property '0' of null - error is raised and page does not load 
In `File` component what's the best practice to delete a file that was uploaded to storage (URL):  this removes it only on UI, but keeps the file in storage....
I am getting the select component data from url. The url is executed once when the page is loaded first time and the data is showing up in drop down....
I've created a custom component, register this one in Root Module. Then I use formio builder in Lazy Module, it seem do not work. But when I move registration custom...
Hi Everyone, We are trying to use the formio-grid with the enableFiltering: true option set in the component but it has not effect. Looking at the @angular/formio grid package I...
Does anyone know what it would take to get the current @formio/angular client lib to work with Stackblitz. Currently it won't spin up but i can not find any errors...
How to Package Angular Elements based Custom Component for Use in form.io Portal [Custom Components]
I followed the guide in the Wiki to create an Angular Elements based custom component. On my local dev machine, I can create a new Angular project using the Angular...
I'm in a situation, using the opensource edition, where there is a reverse proxy between the frontend and formio backend. And this reverse proxy has some additional authorization to do....
I have a select component in my wizard. It's data source is custom, which is a function that gets data from a web service. I know I can use url...