I can't dynamically load place picker variable values into my form input fields. Autofill address fields from place picker.
Set Input fields from place picker variable, strange problem
Actions & Logic
Step 1. I bind the place picker variables (city, address, etc.) to the input fields, but they are not loading.
Step 2. Test with text widget I bound the text the same way on the place picker variables as I did with the input fields.
The text widgets are loading correctly, and the data is showing, but it is still not in the input fields.
Step 3. Add a button with the action SetFormField to load the data in the input fields. When I click it, the address data appears correctly in the input fields.
I think I bind the variables correctly; however, I need to set the form fields dynamically, not by pressing an extra button.
How can I do this? (my knowledge of flutter-flow is basic -> beginner)
Thank you
Yes
1