angular
angular copied to clipboard
JSON powered forms for Angular
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...
## 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,...
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?
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)...
FormBuilder/FormRenderer validation is not showing the error message when field value is set by code
## 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 ##...
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. 
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...
### 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...
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":...