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

Is that normal that the output **(change)** from the FormBuilderComponent can be 'undefined'? If I try to build my angular project with the strict compilation mode of typescript, I get...

question

I've created a well custom component, I want to have an Add Another button (i.e. multiple values field) to have duplicate well container. But multiple values are only working on...

question
scope: custom components
scope: community

## No projects support the 'serve' target. Please provide as many details as you can: Angular CLI: 13.2.4 Node: 16.15.1 Package Manager: npm 8.11.0 OS: win32 x64 Angular: 13.2.3 ......

bug

Hello! I have a problem with number fields in rendering form. If I not choose a default value for a number field, it is coming with 0 implicit. Can I...

Hi Team, We are using FOrm/ Wizard diplay in our project, we have alreadey contacted Sales team for the Licence details. but technically we want to know what all **Additional**...

question
scope: custom components
scope: community

Hello, Is there a way to translating the header template content (component.label) in edit grid. ` {% util.eachComponent(components, function(component) { %} {% if (!component.hasOwnProperty('tableView') || component.tableView) { %} {{ component.label...

question

Hi, I want to create a drop zone in my custom component that i've registered using the angular-formio. For ex - I want to make a dropzone in the primeng-panel....

hello @travist I made 2-3 custom component now i m rendering one by one on click of menu at first time my custom component is rendering proper , second time...

![Screenshot (35)](https://user-images.githubusercontent.com/93926484/140756146-7c7880ac-8163-450f-8436-69c0b08dc8ad.png) I am getting this error in Angular CLI: 9.1.3 Node: 12.14.1 OS: win32 x64 Angular: 9.1.3 but npm i @angular/elements the issue is not fixed if I install...

bug