-
I need help. I need to use momentjs with formly any solution?
-
Noticed an error with multi select.
If the key is of the form "model", it works fine and the model is bound to an array based on the selected checkboxes
But when key is of the form "model.something"…
-
I want to hide the phone fiels if name field templateOptions custom property value is 'V1'
```
{
"key": "name",
"type": "text",
"templateOptions": {
…
-
Yesterday ui-select was updated and angular-formly stop working.
This is [jsbin example](http://jsbin.com/vivojivayu/1/edit?html,output)
-
In terms of the control list (input, Radio etc.), I want to custom input of formly control with a table input, which could allow user add lines and cols and each of the cell could be input by textInpu…
-
This is the closest packages I have found for server side forms, compared to [angular-formly](http://angular-formly.com) is for angular apps, But I was wondering if there is any easy way to create cus…
-
Hey this library looks amazing, great job!
I'm curious how difficult/possible it would be to replace the dependencies in this library for ones a project already has included? For example, we alread…
-
Have a wizard at the top level that generates a subset of cards that can then be edited themselves
(Would rerunning the wizard re-generate the cards? or maybe if the cards have been hand edited, but …
-
My formly field config should be JSON powered in the end, but unfortunately I didn't find a way to have the validations I need.
Let's say I have two text inputs, both will accept a date format (yyy…
-
When using the very nice PlotView.WPF together with a Xamarin.Forms-ViewRenderer, the PlotModel is formly connected to the PlotView (which is against MVVM). Hence, it throws an InvalidOperationExcepti…