-
```
fields = [{
key: "example",
type: "select",
props:{
options: data$.pipe(
//{ field.required = res.lengh>0 })
)
}
}]
```
**other solutions**
I tried other solutions, but all …
-
Hi need help in creating dynamic forms based on my cards array length
below is my template code where i have added the formly tag.
{{ card.product.name }}
…
-
Реализовать метод, который из двух файлов: config/parameters.yaml и config/form.yaml. Генерирует JSON схему для Formly
-
**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
```
**Current behavio…
-
If I hide fields with expressions hide, they are completely removed from the model. What can I do so that this does not happen and the corresponding values are retained?
**Example:**
I have an inp…
-
**Description**
When updating the options field of a type select input in Formly, the select options in the form only updates once.
Label, required, and disabled options are editable with no issu…
-
**Question**
Is it possible to base uniqueItems on CustomTypes property in my json schema on the property CustomType in the CustomTypes schema in definitions?
```json
{
"properties": {
…
-
**Description**
When an array contains a oneOf, inserting a new item loose some model values.
**Minimal Reproduction**
https://stackblitz.com/edit/angular-bet62l-gnrner?file=src%2Fapp%2Fapp…
-
I have thoroughly enjoyed using Formly. Thanks for the continuous support guys.
@aitboudad
**Question**
I have a formly form having multiple fields, out of which one is a which has multiple m…
-
In the datepicker component, we have the options to update model on modeloptions.
If we choose 'blur' as updateOn modeloptions, the model gets updated with the date value that is entered on input …