ngx-formly
ngx-formly copied to clipboard
📝 JSON powered / Dynamic forms for Angular
Description The Ionic UI for Formly does not seem to work correctly with version 7.x. Even on the official documentation page: https://formly.dev/docs/ui/ionic, no examples are rendered (blank page). Attempting to...
**Description** When fully removing the text of an input, it's property is removed from the model **Minimal Reproduction** You can go to this example url and clear the input and...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 5.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack-dev-server` from 5.0.4 to 5.2.1 Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1...
For the last 6 months I've been using formly 6 with angular 19 without any problems. In one of my components I had the line: `import { FormlyAttributeEvent } from...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) to 7.26.10 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `@babel/runtime` from 7.25.0 to 7.26.10 Release notes Sourced from @babel/runtime's releases. v7.26.10 (2025-03-11)...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 5.4.19 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `vite` from 5.4.14 to 5.4.19 Release notes Sourced from vite's releases. v5.4.19 Please...
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.5 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [ng-packagr](https://github.com/ng-packagr/ng-packagr). These dependencies need to be updated together. Updates `esbuild` from 0.23.0 to 0.25.5 Release notes Sourced from esbuild's...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.9 to 7.27.4. Release notes Sourced from @babel/helpers's releases. v7.27.4 (2025-05-30) :eyeglasses: Spec Compliance babel-parser, babel-plugin-proposal-explicit-resource-management #17323 Disallow using in bare case statement (@JLHwung) :nail_care: Polish babel-parser...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) to 3.0.5 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `http-proxy-middleware` from 3.0.3 to 3.0.5 Release notes Sourced from http-proxy-middleware's releases. v3.0.5 What's...
I'm trying to follow [this guide](https://github.com/ngx-formly/ngx-formly/releases/tag/v7.0.0-alpha.0) to migrate Formly to stand alone, as stated in docs we should replace `FormlyMaterialModule` with `withFormlyMaterial()` in app.config.ts providers however, I have a package...