ngx-formly icon indicating copy to clipboard operation
ngx-formly copied to clipboard

📝 JSON powered / Dynamic forms for Angular

Results 241 ngx-formly issues
Sort by recently updated
recently updated
newest added

**Question** In our project, we must ensure the coexistence of two versions(V5 and V6) of ngx-formly. Therefore, we used the npm alias to install version 6 by `npm install @ngx-formly/core-v6@npm:@ngx-formly/[email protected]...

question

**Description** Properties of type ["number", "null"], ["integer", "null"], etc. cannot be nulled. The only type I have found to be nullable is string. Please see my table below with my...

bug

Formly Reset the Errors on Focus Out for Prime Input Mask https://stackblitz.com/edit/angular-ljcdzn-3r3fwu?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Finput-mask.component.ts,src%2Fapp%2Fapp.component.html By default, I have set the invalid error to true on model changes to the inputMask field and...

bug

**Is your feature request related to a problem? Please describe.** I have business cases where fields should have an asterisk, but should not run through required validation. Basically it's a...

enhancement

**Question** Hi! I'd like to create a custom fieldtype, lets call it Cascading, having a checkbox and a select inside, both are custom types themselves. I'd like to make it...

question

**Description** Issue related to my previous issue https://github.com/ngx-formly/ngx-formly/issues/3757 There is a new issue on 6.2.0 (but is also present in 6.2.2). I'm creating field config with FormlyJsonschema toFieldConfig method. Form...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

Hello, can anyone tell me if debounce default value taken into account when we use valueChanges listener? In the example this.model.startEffectiveDate have old value inside valueChanges listener: model: any; {...

question

**Is your feature request related to a problem? Please describe.** Formly is taking a big chunk of my application bundle. **Describe the solution you'd like** Mayby with newest features that...

enhancement

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies