-
As the settings are getting more comprehensive and complicated, i'd like to create some setup wizards for specific parts of the application and see what ideas you guys have on this.
This will be base…
-
Hello!
I use Ui-router, Formly and Formly Bootstrap Templates in my project and I have got the error:
![image](https://cloud.githubusercontent.com/assets/22662926/24803158/0543d34a-1bb3-11e7-95a…
-
Background:
trackBy is an optional (but generally recommended) option passed to ngFor to help Angular track the elements of an array when the array is updated.
Issue:
Formly does not use trac…
-
Hi,
i'am using follwing example "http://angular-formly.com/#!/example/other/filter-select" to create a cascaded drop-down in ng-formly and it is binding fine at first time,but when we change the valu…
suny5 updated
6 years ago
-
### Describe the bug
When changing a date inside a table with the `p-calendar` component, if the `dataType="string"` is specified the `[(ngModel)]` of the component returns an empty string instead of…
-
Due to its dynamic nature, formly necessarily adds a lot of watchers. By my count, there's about 5 watchers added whenever a `` is used and anywhere from 9 to ~25 watchers added for each ``. 9 would…
-
We have our own directives created for all the fields to be used in any form page. I saw Kent C. Dodds contributed the datepicker in easy form generator. Is there a way, we can use non angular formly …
-
Tried to add a button that pushes changes to fields, got this error:
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide th…
-
Can we id/name attribute to the formly.validation-message component.?
This can help automation testing to capture the right path x-path value. Currently no unique identifier attribute available on …
-
I just felt like creating a new issue since [issue #523](https://github.com/formly-js/angular-formly/issues/523) is not about this problem.
The bug basically is that you are not able to use `validate…