fluttercommunity / fluttercommunity/community

Stepper widget with many forms (TextFormFields, DropdownButtonFormFields)

Open
#97 0 comments 0 reactions 1 assignee Claimed by @jeroen-meijer View on GitHub
discussion
Dominant language
No language data
Stars
1.7k
Forks
128
PR merge metrics
No merged PRs in 30d

Description

# Discussion: [Stepper widget with many forms (TextFormFields, DropdownButtonFormFields)]

This issue has been made to discuss [topic name and explanation].

## Probleme to modify values (automatically)filled-in forms
I am getting in trouble with Stepper() widget containing multiple forms: Textfields and DropdownButtonFormFields.
The 1st time I launch the app, I have to enter the values in all form elements (textformfields and dropdownbuttonformfields). At the end the values of all forms are collected and stored in a sqfLite database. The other time I launch the app, the data are read from the database and displayed in one block of infos (Card() widget). A clic on that Card() opens again the Stepper() with all the form elements pre-filled with the data from the Card(). Problem is: I can not modify any value in any TextFormField(): clear(), delete or add something. In that process I do not get any particular message about anything.

Does someone have any idea about this (issue?) thing? Thank you for your help.
A.KOTE

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.