Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to assign a predefined TextEditingController or FocusNode to a TextFormField using JSON #305

Open
1 task
vkmaxcooldude opened this issue Jun 13, 2024 · 0 comments
Labels

Comments

@vkmaxcooldude
Copy link
Contributor

Description

Consider a scenario where we are making a Form using mirai, and there are several TextFormFields. Each TextFormField needs to be assigned a declared local instance of TextEditingController or FocusNode. The mirai JSON is being fetched from some API end point. I want to know, how do I make sure that the correct instance of TextEditingController or FocusNode is assigned to the respective TextFormField even if the fields are rearranged in the JSON.

Requirements

  • Checklist of requirements to be fulfilled

Additional Context

Add any other context or screenshots about the example request go here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 participant