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

**Is your feature request related to a problem? Please describe.** As described in https://github.com/ngx-formly/ngx-formly/issues/3892#issuecomment-2400302768 formly-JSONSchema does not support the `format` option. Yet, it would be great if there was an...

enhancement

**Is your feature request related to a problem? Please describe.** We would like to provide the placeholder for an input field via the JSONSchema we parse the field from. **Describe...

enhancement

**Description** The `formlyJsonschema.toFieldConfig` function does not understand the nullable property if it is expressed as `anyOf` instead of an array. This happens if the schema is created with the default...

bug

Hi, In previous version of Formly, I can still assign value for field.formControl through createControl (v4) or prePopulate (v5). However, formControl in field (FormlyFieldConfig) has become readonly property since v6....

question

**Description** For Angular version >= 16, Material Hint not working. HintStart and HintEnd not showing and sometimes disappearing after focus. This was not happening in Angular 15. **Minimal Reproduction** https://stackblitz.com/edit/angular-mogxhfdh-atuduzhv?file=src%2Fapp%2Fapp.component.ts...

bug

**Description** I tried to find more information about FormlyHookConfig in your documentation, but the link is broken, or there is no documentation about it. **Minimal Reproduction** Go to https://formly.dev/docs/api/core/#formlyhookconfig

bug

**What kind of change does this PR introduce? - Bug fix** ### Background: While using advanced JavaScript compilers such as: * **Google Closure Compiler** (Advanced Mode) * **Terser** (with property...

Is there a way to use immutable mode for a specific formly-form, not globally?

question

**Description** NVDA/Narrator not announcing label for formly multicheckbox **Minimal Reproduction** https://stackblitz.com/edit/angular13-recaptcha-v3-hjwh6eqe?file=src%2Fapp%2Fapp.component.ts In the above example NVDA/Narratot not announcing label. https://stackblitz.com/... **Your Environment** - Angular version: 13.3.11 - Formly version: 5.10.22...

bug

Hello, I recently updated a project from v5 to v6 (latest). We have a feature that allows a user to load a large subset of the model. This new model...

question