reactive_forms icon indicating copy to clipboard operation
reactive_forms copied to clipboard

This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular's Reactive Forms

Results 99 reactive_forms issues
Sort by recently updated
recently updated
newest added

To improve how people add new issues to this repo, can add an issue templates. [Example](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/tree/main/.github/ISSUE_TEMPLATE) PS: I can work on this

To improve how people create pull request to this repo, can add a pull request template. [Example](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/PULL_REQUEST_TEMPLATE.md) PS: I can work on this

Hi. Could you setup automation for releasing the reactive forms version after merging PR? This could be helpful to main the project with collaborators. As far as package owner could...

It would be easier and nice if you include previousValue or hasChange to the formControl so that if an action should be done depending upon previous value or hasChange could...

Previously it was possible to get access to typed control and it's value inside the error message builder function. Now we are getting `Object error` without any ability to have...

I have a multistep form (5+ pages), and one big FormGroup/ReactiveForm wrapping all of it. In one specific step, I have dynamic repeated fields, like "name" and "phone" and I'm...

Hi in the FormGroup, I have two control when the user change the value, it does not validate until moving focus multiple time to other widget, then the error will...

enhancement

Hi. I am having a little trouble in managing below scenerio: 1. I have a class named Query that has one member selectedValue. I want to bind this query.selected value...

It would be cool if it has some kind of wizard form. Of course you can rely on the native stepper here, but a built-in one with automatic validation to...

I have array of checkboxes, I need to make it checkable only one of them. I tried like this but I can check both of them: ``` final form =...

documentation
good first issue