-
Let's consider the following formly field in a form:
![image](https://github.com/ngx-formly/ngx-formly/assets/42749923/93d1f233-6663-4307-8143-ff42104a8122)
it is using mat select from material li…
-
**Description**
We use formly, angular material and angular animations in the project, but there is an unexpected behavior of input fields. I will provide two versions of the code, one with materials…
-
**Description**
I recently updated to v6 and found one issue in material. Actually name value is present in formly-field-object, but after rendering it is not present while inspecting.
**Minim…
-
**Description**
When generating a form through a JSON Schema, the fields generated by declaring a property of type `number` emit a string instead of a floating point number, causing validation to…
-
**Description**
When using a PrimeNg datepicker without setting the `numberOfMonths` property, the picker component is empty, so the component is not usable.
It should probably default to 1 when…
-
@aitboudad appreciate all the great work from your side
**Question**
In my current implementation I have hooks and fieldconfig within the same component.
I am leaning to moving away from tha…
-
{
fieldGroupClassName: 'formgrid grid mt-2',
fieldGroup: [
{
className: 'field col',
key: 'gender',
type: 'radio',
defaultValue: '…
-
## I'm submitting a...
[x] Bug report
## Current behavior
If you have a composite form control (think a `` component), if the internal form has a dynamic validator (i.e. `[required]="isUSA…
-
**Question**
I have a formly form that uses a 2 date pickers and a 2 custom types ( FieldType). How can I trigger the validation on the outer form when the value of the custom type (which is a form i…
-
**Description**
If the configuration is read in as a json schema and defined as "select" and "multiple" via the map function, errors appear in the console and the input field does not work.
The …