ngx-formly
ngx-formly copied to clipboard
📝 JSON powered / Dynamic forms for Angular
**Description** the Issue is when can't detect value changes in time In version 6.3.0, need click any component in the page, and the change event can trigger to update forms....
Hi Team ionic v8 is released https://github.com/ionic-team/ionic-framework/releases/tag/v8.0.0 https://ionicframework.com/docs/updating/8-0 and there seems to be some breaking changes for `@ngx-formly/ionic` when I updated to ionic v8 with `@ngx-formly/[email protected]` the `radio` component is...
**Description** I am playing around with the json schema examples(https://formly.dev/docs/examples/advanced/json-schema) and realised the schema depedency example with bootstrap does not set validation on the field **credit_card** correctly when I clear...
**Description** When using `expressions.hide` on a custom repeating section to conditionnally display it, `defaultValue` is ignored in fields in the `fieldGroup`. If the `expressions.hide` is not present, default values are...
**Is your feature request related to a problem? Please describe.** When testing the accessibility on a formly form using PrimeNg components, a lot of issues related to missing labels are...
Let's consider the following formly field in a form:  it is using mat select from material library. What I would like is when typing 3 letters on the screen...
**Description** When using a PrimeNg datepicker without setting the `numberOfMonths` property, the picker component is empty, so the component is not usable. It should probably default to 1 when not...
**Question** I want to use CustomButtonComponent and be able to trigger method in the PageComponent. I can trig this.print from typescript file but not when loading config from JSON file....
[The FAQ section on standalone components support](https://formly.dev/docs/guide/faq/#formly-standalone-components-support) references v7. Is it already possible to predict a timeline for when it will be available? Best regards!
**Description** [JSON Schema 'format' keyword](https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-validation-00#rfc.section.7.3) seems not to be honored by Formly. **Minimal Reproduction** I am using https://github.com/victools/jsonschema-generator/blob/main/slate-docs/source/includes/_javax-validation-module.md to generate JSON Schema on server side. Formly is able to render...