Abdellatif Ait boudad

Results 192 comments of Abdellatif Ait boudad

I'd prefer to give that issue more time, we may revisite it after V6. if you would like to work on some schematics tasks instead, let me know.

Here are some tasks: - ng update: `props` and `expressions` + https://github.com/ngx-formly/ngx-formly/blob/main/UPGRADE-6.0.md - Generating a custom type / custom wrapper

> You can definitely check out the place where this happens and see if you can learn from that: https://github.com/ngx-formly/ngx-formly/blob/main/src/core/src/lib/components/formly.form.ts#L85 The `clearControl` method and `FormlyFieldConfigCache` are involved in the handling...

> I would like to try and contribute but I have to admit I haven't really understood the whole `FormlyFieldConfigCache` yet (as you can see by my comment above) and...

`horizontal` layout not supported yet, for now, rely on `vertical` layout which can be done by importing `NzFormModule` and passing vertical to nzLayout input: ```patch + import { NzFormModule }...

I think we need to deprecate that part and instead allow passing an array to `validators`: ```ts validators: [Validators.required] ```

we may keep the `key-value` syntax too, I'm only concerned about removing the reserved key `validation`.

Here is the summary of the current feature if you would like to work on it: 1. Allow passing `array` to `validators`: ``` validators: [Validators.required] ``` 2. Deprecate passing `validation`...

no, I'd prefer to wait for an angular implementation.

@b-hobbs fixed in `3.0.2`