ngx-formly
ngx-formly copied to clipboard
📝 JSON powered / Dynamic forms for Angular
**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...
**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...
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** 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":...
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...
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...
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...
**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...
**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...
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...