-
**Description**
I am trying to generate a form inside the [`Dialog`](https://primeng.org/dialog) component from Primeng. **The problem is that when using a Dropdown (select) inside it, the overlay do…
-
```typescript
queryFields: FormlyFieldConfig[] = [
{
key: 'accountName',
type: 'input',
props: {
label: '账户名称',
required: true,
},
},
]
```
After renderin…
-
**Description**
When using oneOf in an array, formly only matches data of first element of array.
In the following schema:
```
{
"type": "object",
"properties": {
"headings": {
"tit…
-
How do I subscribe to a valueChanges of a field that is being hided via "hideExpression"?
{
key: 'meat',
hideExpression: '!model.bread',
},
{
key: 'salad',…
-
**Components Involved**
sds-filters
**Expected Behavior**
When tabbing through filters, you should be able to tab sequentially through radio button options in order to select any of the radio opt…
-
We're using formly 6 on Angular 13 with ngx-translate, and json-powered forms; everything is fine, even translations are working as expected.
However I was wonder if there's a way to define field.p…
-
I need to setup` `
-
Angular 15 support for the teams
-
In an scenario where you have a very huge larger formly component if you want to divide the ts in components how we can reach this logic in formly ? Since formly is based in ractive forms and form…
-
**Components Involved**
sds-filters
**Expected Behavior**
On an "input" type filter, clicking the X to clear the field should fire the "change" event.
**Actual Behavior**
On an "input" type f…