ngx-formly
ngx-formly copied to clipboard
📝 JSON powered / Dynamic forms for Angular
I'm currently on the lookout for a tool or library that seamlessly integrates with Angular and facilitates the generation of JSON structures, ideally tailored to fit ngx-formaly requirements.
**Question** We have a lot of custom CellRenderer and we won't be able to use formly-field component. We have created a custom wrapper for AgGrid (like provided example: https://formly.dev/docs/examples/advanced/grid-integration/) and...
{ fieldGroupClassName: 'formgrid grid mt-2', fieldGroup: [ { className: 'field col', key: 'gender', type: 'radio', defaultValue: 'Female', templateOptions: { label: 'Gender :', required: true, options: [ { value: 'Male', label:...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
I have thoroughly enjoyed using Formly. Thanks for the continuous support guys. @aitboudad **Question** I have a formly form having multiple fields, out of which one is a which has...
`FormlyFormOptions.formState` is defined as `any`, means it can accept any arbitrary value. also, the [docs](https://formly.dev/docs/guide/properties-options#formstate) says > The formState property is passed to all fields and is a mechanism for...
I'm trying to create a custom input type (`multiField`) which displays multiple arbitrary inputs within itself. It seems like the `formly-field` directive should make this reasonably doable. I should just...
adding `prefix` or `suffix` causes error: `templateRef.createEmbeddedViewImpl` ``` { key: 'example', props:{ prefix: 'mail' } } ``` ``` main.ts:5 ERROR TypeError: templateRef.createEmbeddedViewImpl is not a function at ViewContainerRef2.createEmbeddedView (core.mjs:15530:37) at...
I'm new to Angular and I'm working on an Angular 16 project using and Formly 6.1.4 with the Material theme/template. Basically what I want to achieve is moving the hint/description...
I am using Angular 16.2.12 and Formly 6.3.0 and recently upgraded from Angular 15 and Formly 5 **Question** Is it possible to do a resetModel call without updating the default...