-
Hello,
I have created this very simple form:
```
import 'package:flutter/material.dart';
import 'package:reactive_forms/reactive_forms.dart';
import 'package:reactive_forms_example/sample_scr…
-
**Describe the bug**
When running the project, a couple of warnings like this are displayed:
../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_form_bloc-0.30.1/lib/src/flutter_ty…
-
# Angular Reactive Forms - Dynamic Form Fields using FormArray
In this post, we are going to look at how to add and remove form controls dynamically in Angular Reactive Forms using FormArray.
[https…
-
### Which @angular/* package(s) are the source of the bug?
forms
### Is this a regression?
No
### Description
The maxlength validator (https://angular.io/api/forms/MaxLengthValidator) works fine …
-
### Description
- How to setup reactive forms?
- How data flows in reactive forms?
- Explain with syntax/example
- Reference :- https://angular.io/guide/forms-overview
(Week 6 Issue)
Note:-
…
-
Here are the models:
```dart
/// [UserProfile] model
@freezed
@ReactiveFormAnnotation()
@FormGroupAnnotation()
class UserProfile with _$UserProfile, BaseUser, NexusElement {
const factory U…
-
Hi @joanpablo
setErrors accepts non nullable value
https://github.com/joanpablo/reactive_forms/blob/master/lib/src/models/models.dart#L545
but the built on validators return nullable value htt…
-
#### Bug, feature request, or proposal:
Bug
#### What is the expected behavior?
The same animation after clear matInput when using ngModel or formControlName.
#### What is the current behavior…
-
Hi grahql_codegen contributors. It's a great job you're making, thanks.
It could be really nice to integreate [freezed and reactive_forms_generator](https://pub.dev/packages/reactive_forms_generator#…
-
I'm submitting a
```
[x] bug report
```
**Current behavior**
CheckBox form values are updated twice when used with reactive forms.
I think it is because along with registerOnChange, we have…