angular
angular copied to clipboard
JSON powered forms for Angular
Hi, how to remove all edit form popup **preview panel** after that buttons align left. [https://formio.github.io/angular-demo/#/forms/builder](url) Working based on above sample.  ` ` `optionsdata: any = { builder: {...
## Environment Please provide as many details as you can: - Hosting type - [] Form.io - [x] Local deployment - Version: 6.5.x - Frontend framework: angular 16.3.0 - Browser:...
I have a dropdown-like component that loads data from my back end. I need to have different view types for my component which I am able to achieve (i.e. Single-select...
I have created a few custom component using formio in my current project. Right now I am trying to make my custom component view only like how the Form Renderer...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-7507 ## Description **What changed?** Added a publish job to push to a "dev" npm tag that includes a PR number and commit short hash...
## Link to Jira Ticket https://formio.atlassian.net/browse/FIO-XXXX ## Description **What changed?** *Use this section to provide a summary description of the changes you've made* **Why have you chosen this solution?** *Use...
I am using a Form IO submit button in one of my pages and on submit, I have added a popup, which has two buttons i.e. Proceed and Cancel. After...
Hello. How can you remove individual options in the components so that only the most important settings are displayed? I've already tried this, but I can't remove the "Label Position"...
Custom components are not maintaining the values/state when dragged. 1. I created a custom button component and have a property called buttonText to store the button text. ```ts editform: ()...