-
I just hitting this issue, and not explicitly request feature.
Feel free to improve or just make an explicit warning on the documentation.
[Isolated issue](http://jsbin.com/gaxoqo/edit?html,js,output)…
-
**Components Involved**
Formly input field
**Expected Behavior**
I'm wanting to use the `dirty` property to check if the user has unsaved changes so that I can pop up a confirmation that they're…
-
Hello,
When I deploy my angular app (minified) formly works well except for repeatSection type field where I'm having Unknown provider: tProvider
-
Autocomplete field is awesome, but as of today you can't miss the case, otherwise it won't autocomplete
-
Given field
```
{
className: 'col-xs-4',
key: 'address.zip',
type: 'input',
templateOptions: {
label: 'Zip Code',
maxlength: 5,
minlength: 5,
required: true,
type: 'number…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to use the 'step' attribute to restrict a number input to only 2 decimals. So 123.45 would be valid, 123.456 would be inv…
-
Is there a way to create a field composed internally of 2 or 3 textbox and an add button?
Pressing that button would always add 3 more fields.
I need to create a form that allows you to add contac…
-
I wanted to get rid of ApiCheck source file from production as we do not need it (the forms are already tested) and do not want to download the extra bytes.
But I found, at least I think, that I cann…
-
**Describe the solution you'd like**
I'm using formly to build complex forms (and loving it!), including some fields that contain a mixture of standard and asynchronous validation. To precisely c…
-
Hi, validation on submit works very well on the fields that not in a nested form or even in custom section. Is there a way we can allow validation in nested form or section be triggered too on submit?…