angular icon indicating copy to clipboard operation
angular copied to clipboard

JSON powered forms for Angular

Results 216 angular issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/14028940/124240135-e2cf8d00-db33-11eb-9729-30cb4082720f.png) Can not read property '0' of null - error is raised and page does not load ![image](https://user-images.githubusercontent.com/14028940/124240832-959feb00-db34-11eb-9778-08727e507ec2.png)

In `File` component what's the best practice to delete a file that was uploaded to storage (URL): ![image](https://user-images.githubusercontent.com/2278476/123827642-b419a280-d8f8-11eb-82ee-8270c74581ff.png) this removes it only on UI, but keeps the file in storage....

question

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....

question

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...

question
scope: custom components
scope: community

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...

question

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...

question

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...

question
scope: custom components
scope: community

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....

question

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...

question