-
Is it possible to use v-if's when generating forms with the schema.
Obviously you can use something like below if you were using the templates but ideally would prefer to be able to use it with th…
-
Last release about 6 months ago. No active contributors, no community merge requests, no bug fixes. It still work but have a lot of problems. Reasonable to not use it.
-
@angular-redux/form needs a revamp. Since we've started working on a 7.0.0 release roadmap for /store@7.0.0 (https://github.com/angular-redux/store/projects/2) this seems like a good opportunity to re…
-
Hi there!
I couldn't see any examples of form validation that occurs only after we have tried to submit a form, such is the case when we wish to check if the user is in our DB and if the inputted pas…
-
Now that refs are no longer reactive, we need to emit events and payloads from child components.
This is fine and works well, but it becomes hard to maintain in the following scenario:
When you creat…
-
## 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…
-
Hi,
I have an equivalent of this case in my model.
```
@ReactiveFormAnnotation()
class Day {
Day({
@FormArrayAnnotation() required this.events,
});
List events;
}
@FormGro…
-
#### Bug, feature request, or proposal:
The `mat-error` directive doesn't display on submit when fields are added in a FormArray. The error is shown when you touch the field. Also when I change the m…
-
the base class for all controls in reactive form is `AbstractControl` or more precisely `AbstractControl`, this control contains validators for the model type.
but another feature of reactive forms i…
-
I have searched Google, Angular.io docs, and the source code and I could not find if this is currently possible in the latest version of Angular.
I would like to propose the ability to access the DO…