ngx-formly
                                
                                 ngx-formly copied to clipboard
                                
                                    ngx-formly copied to clipboard
                            
                            
                            
                        📝 JSON powered / Dynamic forms for Angular
**Question** I'm building a custom UI library from scratch following the same structure you've used for bootstrap, material, etc. Everything is going well now, but I'm facing a problem with...
**Is your feature request related to a problem? Please describe.** Some core interfaces are not exported, this makes it impossible to extend and add custom features to core classes like...
that should be very usefull if we could know what feature of formly are available when we use formly with form strictly by JSON like i18n, some validation don't seem...
Hi, is possible to have other example of Formly 6 Presets with multiple fields? The example from the guide explain to configure only one select like this: ```typescript getConfiguration(): FormlyFieldConfig...
**Description** Form's statusChange event is not emitted initially on model binding. `form.statusChanges.subscribe` is not triggered initially when field and model is binded like `` in the template due to which...
Hi Formly Team, I have been using your library and I really like it a lot. I have built a number of PrimeNG types. I have no vested interest in...
**Question** Is there a possibility to add validators to a formly form control, during runtime, using the control.addValidators or control.setValidators and also adding the validation messages somehow? Is there any...
We're in the process of upgrading to v6 - looks great so far, so thank you! When using `expressions`, we can provide a string, a function that returns a string,...
I'm looking to make sure that I'm using immutable mode right. Are there any docs or stackblitz examples? I haven't managed to find them. Am I right in thinking that...
**Description** The `modelChange` event of the `formly-form` component is unexpectedly emitted when disabling the form. **Minimal Reproduction** https://stackblitz.com/edit/ngx-formly-ui-material-7ogwfc?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts To reproduce, click the "Toggle Enabled / Disabled" button, without changing any...