angular
angular copied to clipboard
JSON powered forms for Angular
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...
## Environment Please provide as many details as you can: - Hosting type - [x] Form.io - [x] Local deployment - Version: - Formio.js version: - Frontend framework: - Browser:...
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...
- 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...
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...
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...
abrir chamado com bug da logica adicional ## Environment Please provide as many details as you can: - Hosting type - [ ] Form.io - [x] Local deployment - Version:...
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:...