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

**Description** When generating a form through a JSON Schema, the fields generated by declaring a property of type `number` emit a string instead of a floating point number, causing validation...

bug

**Angular Version: 16.0.4 Formly Version: 6.1.7 I just changed my Angular project to standalone components, which deleted all of the modules. We developed custom formly components, such as input fields...

enhancement

Hi I have an app where I currently use reactiveforms with materials. I have completely restyled the materials using a theme (https://material.angular.io/guide/theming). If I now install ngx-formly with materials, the...

question

**Question** Hi there, I'm facing pretty common (in my opinion) case, where... well there's a model similar to this example: ```json { "name": "string", "options": [ {"key": "foo", "extraOptions": {"a":...

question

Looking at the [simple](https://formly.dev/docs/examples/advanced/json-schema) json schema example, required properties within the json schema map to required fields in the form. (First name and last name). However, this should not be...

enhancement

First off, I'm big fan of this amazing package and appreciate all your great updates and effort. I'm following your [example](https://formly.dev/docs/examples/other/cascaded-select/) from the docs. But i need to hide all...

question

We use formly, angular material and angular animations in the project, but there is an unexpected behavior of input fields. I will provide two versions of the code, one with...

question

**Description** I want to display the multiple fields in a single row depending on what flex layout is given .But, the changes aren't getting applied without Bootstrap. **Minimal Reproduction** Editor-https://stackblitz.com/edit/angular-48qfkw?file=src%2Fapp%2Fapp.component.css...

bug

**Is your feature request related to a problem? Please describe.** When I'm using `FormlySelectOptionsPipe` my options are transformed to an anaemic object. Because of this I'm losing all my extra...

enhancement

Hey! I'm actively using your library, thank you very much for your great work, well done. I was wondering though whether you plan to support `patternProperties` any time soon in...

enhancement