ngx-formly
ngx-formly copied to clipboard
📝 JSON powered / Dynamic forms for Angular
**Description** In the reproduction below, both the email and password field are required. Filling the email field and clicking submit without touching the password field would previously (prior to Angular...
Hello team, Thank you first for this awsome library! Today i encounterd a problem but not sure if this is a bug. I have a tabset instance which holds several...
I have a Java backend and Java has the lead. It would be nice to write server-side code once and generate the FormlyFieldConfig. I there a way to do this...
Hi, In our application when a field is hidden, we are modifying CSS styling of that field from _display:none_ to _visibility:hidden_ to retain the column width. This is to avoid...
I encountered an issue with the form related to the data_pensione field. The expression for hiding the field is currently implemented as follows: ``` { key: 'data_pensione', type: 'date', className:...
Using type='radio' with Bootstrap template I get this error in Chrome: Incorrect use of The label's for attribute doesn't match any element id. This might prevent the browser from correctly...
**Description** formlyJsonschema adds required validator using [props.required expression](https://github.com/ngx-formly/ngx-formly/blob/f28d202ce75129ccdfadb1ff74097744d602f7aa/src/core/json-schema/src/formly-json-schema.service.ts#L307) that is calculated after field-validation module [runs validation](https://github.com/ngx-formly/ngx-formly/blob/f28d202ce75129ccdfadb1ff74097744d602f7aa/src/core/src/lib/extensions/field-form/field-form.ts#L123C11-L123C25). 1. We generate fields using formlyJsonschema - this should have a required field with...
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `cookie` from 0.5.0 to 0.7.1 Release notes Sourced from cookie's...
Bumps [webpack](https://github.com/webpack/webpack) and [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies needed to be updated together. Updates `webpack` from 5.75.0 to 5.95.0 Release notes Sourced from webpack's releases. v5.95.0 Bug Fixes Fixed hanging when attempting...
Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `body-parser` from 1.20.1 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's...