-
**Description**
Issue related to my previous issue https://github.com/ngx-formly/ngx-formly/issues/3757
There is a new issue on 6.2.0 (but is also present in 6.2.2).
I'm creating field config w…
-
**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. How…
-
I'm trying to create a custom input type (`multiField`) which displays multiple arbitrary inputs within itself. It seems like the `formly-field` directive should make this reasonably doable. I should …
-
**Angular Version: 16.0.4 Formly Version: 6.1.7
I just changed my Angular project to standalone components, which deleted all of the modules. We developed custom formly components, such as input fi…
-
**Description**
```typescript
{
key: 'someKey',
type: 'input',
props: {
type: 'number',
label: 'Some Label',
placeholder: `Please input`,
},
}
```
field with config …
-
**Description**
I am trying to implement script-src 'self' Content Security Policy. Browser is throwing an error because of a Function call. Can you have a look at this one?
![image](https://git…
-
I'm submitting a ... (check one with "x")
[] bug report => search GitHub for a similar issue or PR before submitting
[] feature request
[x] support request
I'm trying to get for field multiche…
-
When installing @ngx-formly/ionic it says that it does support only up to @ionic/angular^7.0.0.
**Question**
Do you know if it could break the forms when using --legacy-peer-deps with ionic/angula…
-
adding `prefix` or `suffix` causes error: `templateRef.createEmbeddedViewImpl`
```
{
key: 'example',
props:{
prefix: 'mail'
}
}
```
```
main.ts:5 ERROR TypeError: templateRef.crea…
-
Hi,
How can i detect remove item event in Repeating Section to recalculate sum ?
in repeating section i have
@Output() removeSection = new EventEmitter();
onRemove(i: number) {
this.removeSe…