-
**Components Involved**
textarea
**Expected Behavior**
Users should be able to type in the field even if there is no `maxLength` props as previously worked before Formly v.6 upgrade.
**Actual …
-
**Description**
Error in install for "Ionic UI".
When install with Angular 17, Ionic 7 (@ionic/angular ^7.0.0) crash with:
```
npm ERR! Found: @ionic/angular@7.0.0
npm ERR! node_modules…
-
**Description**
I upgraded Angular to V17 and Formly from Version 5 to 6. After the upgrade my entire Form is rendered hidden on the page and I get the error 'mat-form-field must contain a MatFormFie…
-
**Description**
I am trying to manage a small file inside of a formly form.
For this I created a file-form-field which manages its value as a Uint8Array.
Formly somehow breaks this value, the…
-
Current Error:
Dependencies pt1:
Dependencies pt2:
-
-
**Description**
datepicker is not found and throws an error for formly angular
**Minimal Reproduction**
https://ngx-formly-ui-material-gtjqug.stackblitz.io
Documentation reflects 'datepicker…
-
**Question**
when using formly with the material fields, I was trying to create a multi file upload field,
after following the docs here [https://formly.dev/docs/examples/other/input-file](url)
the…
-
**Question**
I am using JSON schema with Formly and have some custom wrappers and types that I would like to map onto my fields when using `this.formlyJsonschema.toFieldConfig`, specifically to r…
-
**Description**
Controls not being registered when overriding onPopulate of FieldArrayType in Angular v16.
**Minimal Reproduction**
https://stackblitz.com/edit/ngx-formly-ui-bootstrap-jwbggc?…