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

This error message is generated when I run my simple angular which has only the code below ----------------------------------------------------------------------------------------------------------------- import { FormioModule } from '@formio/angular'; @Component({ standalone: true, imports: [NxWelcomeComponent, RouterModule,FormioModule...

question

## Environment Please provide as many details as you can: - Hosting type - [x] Form.io - [x] Local deployment - Version: - Formio.js version: - Frontend framework: - Browser:...

bug

Hi, I need to modify system permissions for custom roles. By code, I have changed the permissions in the application so that an authenticated user can, for example, access the...

question

- Hosting type: local and https environments as well - Formio.js version: 4.12.0 ("angular-formio": "4.12.0") - Frontend framework: Angular - Browser: Chrome and other as well - Browser version: all...

bug

Currently working on formio with angular 17. What I'm trying to achieve is that, make sure that I have some sort of a drag-drop validation. For example; If a user...

question

In the latest stable version of `@formio/angular` 7.0.0 we have a hard dependency on `formiojs` styles here: https://github.com/formio/angular/blob/v7.0.0/projects/angular-formio/src/components/formio/formio.component.ts#L11 It means that it doesn't matter which `formiojs` version I will use...

Changed the JSON key from register to resetpass FormioAuthService class was using the incorrect key for setting `public resetPassForm: String` This fix will allow the instance variable to be set...

i notify to formio submit success or error but loading button not stop. my code bellow ``` export class FormioViewComponent implements OnInit { @Input() formDescription; @Input() submission:any; private fireSubmitSuccess: EventEmitter...

bug

abrir chamado com bug da logica adicional ## Environment Please provide as many details as you can: - Hosting type - [ ] Form.io - [x] Local deployment - Version:...

question
scope: custom components
scope: community

I am using a custom component with the following config: ``` { type: 'cascade', selector: 'app-cascade', title: 'Cascade Select', group: 'basic', icon: 'angle-double-down', editForm: minimalEditForm, fieldOptions: ['key'], changeEvent: 'valueChange', schema:...

question
scope: custom components
scope: community