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

this is very similar to expressions, but instead of separating expressions apart from the original property, use dynamic props directly with each prop ``` // pseudo code fields = [{...

enhancement

**Question** How to add a CSS class name to the options of type select in the formly v5 material form? **Description** - Formly v5 - Using angular material - Angular...

question

With the introduction of typed forms, the obvious question is in what ways ngx-formly can support or relate to them. I spent some time thinking about the possibilities and want...

enhancement

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.94.0 Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for...

dependencies

Created Ultimate Guide To Dynamic Forms project I would like to add it to the documentation examples or reference to it it will help other developers to find a good...

enhancement

**Description** to validate an array with different primitive types like `[1, 'string']` I need to to define arrays like ``` properties: { my_array_fail: { title: 'Failing', items: { anyOf: [...

bug

**Description** Require validation works in the first time when no value is added for multicheckbox, on updating it doesn't We are saving multicheck box value as a JSON string in...

bug

I'm trying to install ngx-formly directly from GitHub rather than npmjs for some reasons, but it looks like it won't install correctly. Could anyone guide me? Thanks.

question

**Question** When iterating through the fieldGroup fields,if we try to access field.props.hidden and field.expressions.hide both return undefined. How to check if a field is hidden when iterating through the fields...

question

Bumps [ag-grid-community](https://github.com/ag-grid/ag-grid) from 28.2.1 to 32.0.1. Release notes Sourced from ag-grid-community's releases. v32.0.1 https://www.ag-grid.com/changelog/?fixVersion=32.0.1 v32.0.0 https://www.ag-grid.com/changelog/?fixVersion=32.0.0 v31.3.2 https://www.ag-grid.com/changelog/?fixVersion=31.3.2 v31.3.1 https://www.ag-grid.com/changelog/?fixVersion=31.3.1 v31.2.1 https://www.ag-grid.com/changelog/?fixVersion=31.2.1 v31.2.0 https://www.ag-grid.com/changelog/?fixVersion=31.2.0 v31.1.1 https://www.ag-grid.com/changelog/?fixVersion=31.1.1 v31.1.0 https://www.ag-grid.com/changelog/?fixVersion=31.1.0 v31.0.3 https://www.ag-grid.com/changelog/?fixVersion=31.0.3...

dependencies