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

Hi, there. I try to use a custom component with array of strings, but @input value changed to the string (first element of the array) after form submission. Could you...

question
scope: custom components
scope: community

## Environment Please provide as many details as you can: number field throwing incorrect errors: multipleOf 0.1 validation is throwing "not a multiple of 0.1" error on certain values (0.3,...

bug

I have created Custom Component and have applied it to my PDF builder. But I got an error `Unknown component: customcomponent`. How can I use it?

question
scope: custom components
scope: community

Hello, i make a stackblitz example to see Outputs/Events (https://github.com/formio/angular-formio/wiki/Form-Renderer#outputs-events) in action. https://stackblitz.com/edit/angular-formio-ovgltx But some events appears not be firing, like (invalid), (formLoad), (errorChange). In addition, in the first (change)...

question

## Environment - Hosting type - [x] Form.io - [ ] Local deployment - Version: Latest version (Even in online [demo builder](https://formio.github.io/angular-demo/#/forms/builder)) - Browser: Firefox - Browser version: 88.0.1 ##...

bug

After drag textfield component this is how it appears, is it possible to add extra field in data tab? And assign a calculated value to textfield. ![image](https://user-images.githubusercontent.com/92496788/139003996-9fc85db2-3c7e-42d5-8e46-d3d12b4a2829.png)

question
scope: custom components
scope: community

Here i am getting all drag and dropped components from localstorage. But i want to get all selected components in formio file edit function. How to get? formio.ts file import...

question
scope: custom components
scope: community

### Discussed in https://github.com/formio/angular/discussions/826 Originally posted by **enesozer** October 19, 2021 Hello, I working to Angular v5 at now and I want to use this project. Which i can use...

question

I am trying to design country and state dependent dropdown using select component Data Source - Raw JSON. My form json is something like this { "components": [ { "label":...

question