-
**Question**
how to add timepicker while using angular material any hints please
A clear and concise description of what the question is.
-
**Description**
Inserting a new item in an array containing a oneOf gives wrong model values.
**Minimal Reproduction**
https://stackblitz.com/edit/angular-kwmyzs-eq5nvo?file=src%2Fassets%2Fjs…
-
Currently I a modal that render form via API call, however when I change the contents of fields via API response the form does not change. How can I make this possible ?
-
I am trying to create a custom formly type to use primeNg TreeSelect , but getting error on selection
***************************
FormLy Config:
{
key: 'treeSelect',
type: 'fo…
-
Hey, my forms are deeply nested and very long. I want to use web worker for the form config generation and updates. I know we can use web worker for initial config generation but how to use web worker…
-
Components Involved
Please list the common component(s) involved that you're experiencing an issue with
NGX USWDS Table Basic
https://gsa.github.io/ngx-uswds/?path=/story/components-table--basic&ar…
-
**Description**
I am just in the process of migrating to angular 18 from v 14 (painful ;)) and to formly 6. I ran into an issue where choosing an select option with `multiple: true` leads to the bro…
-
**Description**
A wrong validation message is displayed with arrays.
**Minimal Reproduction**
Here you can find a stackblitz reproduction example. If you click on submit we got a required e…
-
Hi,
We are currently migrating Formly version 5 to 6.
With V5, we were using FormlyHookConfig to capture any view changes using afterViewChecked property.
_fields.hooks = {
afterViewCh…
-
**Components Involved**
formly datepicker component now allowing to show both "This field is required" and "Valid date format required (ex: MM/DD/YYYY)" validation messages for empty and invalid date…